~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Martin Pool
  • Date: 2008-02-06 00:41:04 UTC
  • mfrom: (3215 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3219.
  • Revision ID: mbp@sourcefrog.net-20080206004104-mxtn32habuhjq6b8
Merge trunk

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
287
288
-Dhpss         Trace smart protocol requests and responses.
288
289
-Dhttp         Trace http connections, requests and responses
289
290
-Dindex        Trace major index operations.
 
291
-Dknit         Trace knit operations.
290
292
-Dlock         Trace when lockdir locks are taken or released.
291
293
-Dmerge        Emit information for debugging merges.
292
 
-Dtimes        Record timestamps from program start in trace file.
293
294
"""
294
295
 
295
296
_standard_options = \
543
544
BZR_HOME         Directory holding .bazaar config dir. Overrides HOME.
544
545
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
545
546
BZR_REMOTE_PATH  Full name of remote 'bzr' command (for bzr+ssh:// URLs).
 
547
BZR_SSH          SSH client: paramiko (default), openssh, ssh, plink.
546
548
================ =================================================================
547
549
"""
548
550