/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: Matt Nordhoff
  • Date: 2009-11-12 00:35:05 UTC
  • mto: (4850.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4851.
  • Revision ID: mnordhoff@mattnordhoff.com-20091112003505-udkd00qguou8icwj
Change the environment variable to a global option.

TODO:

* Blackbox test

* Maybe print a better error message when someone does "bzr --concurrency bananas"?

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
--builtin      Use the built-in version of a command, not the plugin version.
288
288
               This does not suppress other plugin effects.
289
289
--no-plugins   Do not process any plugins.
 
290
--concurrency  Number of processes that can be run concurrently.
290
291
 
291
292
--profile      Profile execution using the hotshot profiler.
292
293
--lsprof       Profile execution using the lsprof profiler.
558
559
BZR_SSH          SSH client: paramiko (default), openssh, ssh, plink.
559
560
BZR_LOG          Location of .bzr.log (use '/dev/null' to suppress log).
560
561
BZR_LOG (Win32)  Location of .bzr.log (use 'NUL' to suppress log).
561
 
BZR_CONCURRENCY  Number of processes that can be run concurrently.
562
562
================ =================================================================
563
563
"""
564
564