~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-18 19:04:47 UTC
  • mfrom: (4595.17.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091118190447-5ey1wyx4v5c962uk
(Martin <gzlist>) Allow specifying path in 'BZR_SSH' rather than just
        vendors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
BZR_HOME         Directory holding .bazaar config dir. Overrides HOME.
562
562
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
563
563
BZR_REMOTE_PATH  Full name of remote 'bzr' command (for bzr+ssh:// URLs).
564
 
BZR_SSH          SSH client: paramiko (default), openssh, ssh, plink.
 
564
BZR_SSH          Path to SSH client, or one of paramiko, openssh, sshcorp, plink.
565
565
BZR_LOG          Location of .bzr.log (use '/dev/null' to suppress log).
566
566
BZR_LOG (Win32)  Location of .bzr.log (use 'NUL' to suppress log).
567
567
================ =================================================================