Rev 5208: (jbowtie) document additional bzr environment variables in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed May 5 10:30:56 BST 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5208 [merge]
revision-id: pqm at pqm.ubuntu.com-20100505093050-3j0n650otceiauyj
parent: pqm at pqm.ubuntu.com-20100505081410-kuy3vpsv2hmxk1kq
parent: jbowtie at amathaine.com-20100430013946-2c1oqihqncscvrfm
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2010-05-05 10:30:50 +0100
message:
(jbowtie) document additional bzr environment variables
modified:
bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py 2010-03-02 10:21:39 +0000
+++ b/bzrlib/help_topics/__init__.py 2010-04-30 01:39:46 +0000
@@ -591,22 +591,27 @@
_env_variables = \
"""Environment Variables
-================ =================================================================
-BZRPATH Path where bzr is to look for shell plugin external commands.
-BZR_EMAIL E-Mail address of the user. Overrides EMAIL.
-EMAIL E-Mail address of the user.
-BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.
-EDITOR Editor for editing commit messages.
-BZR_PLUGIN_PATH Paths where bzr should look for plugins.
-BZR_HOME Directory holding .bazaar config dir. Overrides HOME.
-BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
-BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// URLs).
-BZR_SSH Path to SSH client, or one of paramiko, openssh, sshcorp, plink.
-BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
-BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
-BZR_COLUMNS Override implicit terminal width.
-BZR_CONCURRENCY Number of processes that can be run concurrently (selftest).
-================ =================================================================
+=================== =======================================================================
+BZRPATH Path where bzr is to look for shell plugin external commands.
+BZR_EMAIL E-Mail address of the user. Overrides EMAIL.
+EMAIL E-Mail address of the user.
+BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.
+EDITOR Editor for editing commit messages.
+BZR_PLUGIN_PATH Paths where bzr should look for plugins.
+BZR_DISABLE_PLUGINS Plugins that bzr should not load.
+BZR_PLUGINS_AT Plugins to load from a directory not in BZR_PLUGIN_PATH.
+BZR_HOME Directory holding .bazaar config dir. Overrides HOME.
+BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
+BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// URLs).
+BZR_SSH Path to SSH client, or one of paramiko, openssh, sshcorp, plink.
+BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
+BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
+BZR_COLUMNS Override implicit terminal width.
+BZR_CONCURRENCY Number of processes that can be run concurrently (selftest).
+BZR_PROGRESS_BAR Override the progress display. Values are 'none', 'dots', or 'tty'.
+BZR_PDB Control whether to launch a debugger on error.
+BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a breakin debugger.
+=================== =======================================================================
"""
More information about the bazaar-commits
mailing list