Rev 2751: (Ian Clatworthy)(trivial) Add comment to debug.py re keeping global-options help in sync. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Aug 28 03:51:43 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2751
revision-id: pqm at pqm.ubuntu.com-20070828025141-7uqv78dhm5n8qvnx
parent: pqm at pqm.ubuntu.com-20070828022307-vwc7zpy726atzvpa
parent: ian.clatworthy at internode.on.net-20070828014112-39zjg3wvfmzy3e8u
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2007-08-28 03:51:41 +0100
message:
  (Ian Clatworthy)(trivial) Add comment to debug.py re keeping global-options help in sync.
modified:
  bzrlib/debug.py                debug.py-20061102062349-vdhrw9qdpck8cl35-1
    ------------------------------------------------------------
    revno: 2749.2.1
    merged: ian.clatworthy at internode.on.net-20070828014112-39zjg3wvfmzy3e8u
    parent: pqm at pqm.ubuntu.com-20070828012914-ghechpk19ejwk5um
    committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
    branch nick: ianc-integration
    timestamp: Tue 2007-08-28 11:41:12 +1000
    message:
      (Ian Clatworthy)(trivial) Add comment to debug.py re keeping global-options help in sync.
=== modified file 'bzrlib/debug.py'
--- a/bzrlib/debug.py	2007-08-22 00:00:26 +0000
+++ b/bzrlib/debug.py	2007-08-28 01:41:12 +0000
@@ -15,6 +15,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
+# NOTE: If update these, please also update the help for global-options in
+#       bzrlib/help_topics.py.
+
 debug_flags = set()
 """Set of flags that enable different debug behaviour.
 
@@ -24,7 +27,7 @@
  
  * evil - capture call sites that do expensive or badly-scaling operations.
  * error - show stack traces for all top level exceptions
- * hooks 
+ * hooks - trace hook execution
  * hpss - trace smart protocol requests and responses
  * index - trace major index operations
  * lock - trace when lockdir locks are taken or released




More information about the bazaar-commits mailing list