/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.py

  • Committer: Vincent Ladeuil
  • Date: 2007-11-14 08:20:26 UTC
  • mfrom: (2974 +trunk)
  • mto: (2990.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2991.
  • Revision ID: v.ladeuil+lp@free.fr-20071114082026-4d27f52n5r0t82rw
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
A number of debug flags are also available to assist troubleshooting and
262
262
development.
263
263
 
 
264
-Dauth         Trace authentication sections used.
264
265
-Derror        Instead of normal error handling, always print a traceback on
265
266
               error.
266
267
-Devil         Capture call sites that do expensive or badly-scaling
522
523
BZR_PLUGIN_PATH  Paths where bzr should look for plugins.
523
524
BZR_HOME         Directory holding .bazaar config dir. Overrides HOME.
524
525
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
 
526
BZR_REMOTE_PATH  Full name of remote 'bzr' command (for bzr+ssh:// URLs).
525
527
================ =================================================================
526
528
"""
527
529