/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-05 05:42:28 UTC
  • mfrom: (3959.1.5 debug-sftp)
  • Revision ID: pqm@pqm.ubuntu.com-20090205054228-3qyiv92vtgs94e0c
(mbp) better and less redundant debug flag docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1062
1062
by setting the environment variable ``BZR_SIGQUIT_PDB=0``.
1063
1063
 
1064
1064
 
 
1065
Debug Flags
 
1066
===========
 
1067
 
 
1068
Bazaar accepts some global options starting with ``-D`` such as
 
1069
``-Dhpss``.  These set a value in `bzrlib.debug.debug_flags`, and
 
1070
typically cause more information to be written to the trace file.  Most
 
1071
`mutter` calls should be guarded by a check of those flags so that we
 
1072
don't write out too much information if it's not needed.
 
1073
 
 
1074
Debug flags may have effects other than just emitting trace messages.
 
1075
 
 
1076
Run ``bzr help global-options`` to see them all.
 
1077
 
 
1078
 
1065
1079
Jargon
1066
1080
======
1067
1081