/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 bzrlib/help_topics/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-27 06:10:18 UTC
  • mfrom: (3309 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3320.
  • Revision ID: andrew.bennetts@canonical.com-20080327061018-dxztpxyv6yoeg3am
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
               "callgrind.out" or end with ".callgrind", the output will be
272
272
               formatted for use with KCacheGrind. Otherwise, the output
273
273
               will be a pickle.
 
274
--coverage     Generate line coverage report in the specified directory.
274
275
 
275
276
See doc/developers/profiling.txt for more information on profiling.
276
277
A number of debug flags are also available to assist troubleshooting and
277
278
development.
278
279
 
279
 
-Dauth         Trace authentication sections used.
280
 
-Derror        Instead of normal error handling, always print a traceback on
281
 
               error.
282
 
-Devil         Capture call sites that do expensive or badly-scaling
283
 
               operations.
284
 
-Dfetch        Trace history copying between repositories.
285
 
-Dhashcache    Log every time a working file is read to determine its hash.
286
 
-Dhooks        Trace hook execution.
287
 
-Dhpss         Trace smart protocol requests and responses.
288
 
-Dhttp         Trace http connections, requests and responses
289
 
-Dindex        Trace major index operations.
290
 
-Dknit         Trace knit operations.
291
 
-Dlock         Trace when lockdir locks are taken or released.
292
 
-Dmerge        Emit information for debugging merges.
293
 
-Dtimes        Record timestamps from program start in trace file.
 
280
-Dauth            Trace authentication sections used.
 
281
-Derror           Instead of normal error handling, always print a traceback
 
282
                  on error.
 
283
-Devil            Capture call sites that do expensive or badly-scaling
 
284
                  operations.
 
285
-Dfetch           Trace history copying between repositories.
 
286
-Dhashcache       Log every time a working file is read to determine its hash.
 
287
-Dhooks           Trace hook execution.
 
288
-Dhpss            Trace smart protocol requests and responses.
 
289
-Dhttp            Trace http connections, requests and responses
 
290
-Dindex           Trace major index operations.
 
291
-Dknit            Trace knit operations.
 
292
-Dlock            Trace when lockdir locks are taken or released.
 
293
-Dmerge           Emit information for debugging merges.
 
294
-Dpack            Emit information about pack operations.
 
295
-Dselftest_debug  Do not disable all debug flags when running selftest.
294
296
"""
295
297
 
296
298
_standard_options = \
544
546
BZR_HOME         Directory holding .bazaar config dir. Overrides HOME.
545
547
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
546
548
BZR_REMOTE_PATH  Full name of remote 'bzr' command (for bzr+ssh:// URLs).
 
549
BZR_SSH          SSH client: paramiko (default), openssh, ssh, plink.
 
550
BZR_LOG          Location of .bzr.log (use '/dev/null' to suppress log).
 
551
BZR_LOG (Win32)  Location of .bzr.log (use 'NUL' to suppress log).
547
552
================ =================================================================
548
553
"""
549
554