591
591
_env_variables = \
592
592
"""Environment Variables
594
=================== =======================================================================
595
BZRPATH Path where bzr is to look for shell plugin external commands.
594
=================== ===========================================================
595
BZRPATH Path where bzr is to look for shell plugin external
596
597
BZR_EMAIL E-Mail address of the user. Overrides EMAIL.
597
598
EMAIL E-Mail address of the user.
598
599
BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.
601
602
BZR_DISABLE_PLUGINS Plugins that bzr should not load.
602
603
BZR_PLUGINS_AT Plugins to load from a directory not in BZR_PLUGIN_PATH.
603
604
BZR_HOME Directory holding .bazaar config dir. Overrides HOME.
604
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
605
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and
605
607
BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// URLs).
606
BZR_SSH Path to SSH client, or one of paramiko, openssh, sshcorp, plink.
608
BZR_SSH Path to SSH client, or one of paramiko, openssh, sshcorp,
607
610
BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
608
611
BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
609
612
BZR_COLUMNS Override implicit terminal width.
610
BZR_CONCURRENCY Number of processes that can be run concurrently (selftest).
611
BZR_PROGRESS_BAR Override the progress display. Values are 'none', 'dots', or 'tty'.
613
BZR_CONCURRENCY Number of processes that can be run concurrently (selftest)
614
BZR_PROGRESS_BAR Override the progress display. Values are 'none', 'dots',
612
616
BZR_PDB Control whether to launch a debugger on error.
613
BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a breakin debugger.
614
=================== =======================================================================
617
BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a
619
=================== ===========================================================