~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Alexander Belchenko
  • Date: 2008-01-28 22:22:13 UTC
  • mfrom: (3201 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3230.
  • Revision ID: bialix@ukr.net-20080128222213-gitken71eyvdd203
merge 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
290
291
-Dknit         Trace knit operations.
291
292
-Dlock         Trace when lockdir locks are taken or released.
292
293
-Dmerge        Emit information for debugging merges.
293
 
-Dtimes        Record timestamps from program start in trace file.
294
294
"""
295
295
 
296
296
_standard_options = \