Rev 5457: (jameinel) Rewrap the environment variables documentation to be <80 chars. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Oct 1 22:57:13 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5457 [merge]
revision-id: pqm at pqm.ubuntu.com-20101001215713-rxxwrg8d90ozwyca
parent: pqm at pqm.ubuntu.com-20101001212154-zc9jorrd2yqnm5rf
parent: jbowtie at amathaine.com-20101001011828-8w0qwno36klk2i55
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2010-10-01 22:57:13 +0100
message:
  (jameinel) Rewrap the environment variables documentation to be <80 chars.
   (John C Barstow)
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-09-28 18:51:47 +0000
+++ b/bzrlib/help_topics/__init__.py	2010-10-01 01:18:28 +0000
@@ -591,8 +591,9 @@
 _env_variables = \
 """Environment Variables
 
-=================== =======================================================================
-BZRPATH             Path where bzr is to look for shell plugin external commands.
+=================== ===========================================================
+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.
@@ -601,17 +602,21 @@
 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_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_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_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.
-=================== =======================================================================
+BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a
+                    breakin debugger.
+=================== ===========================================================
 """
 
 




More information about the bazaar-commits mailing list