~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: 2010-10-05 21:15:13 UTC
  • mfrom: (5448.3.5 374700-Add-gnu-lsh-support)
  • Revision ID: pqm@pqm.ubuntu.com-20101005211513-whouyj5t7oo92gmq
(gz) Add support for GNU lsh as a secure shell client (Matthew Gordon)

Show diffs side-by-side

added added

removed removed

Lines of Context:
606
606
                    HOME.
607
607
BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// URLs).
608
608
BZR_SSH             Path to SSH client, or one of paramiko, openssh, sshcorp,
609
 
                    plink.
 
609
                    plink or lsh.
610
610
BZR_LOG             Location of .bzr.log (use '/dev/null' to suppress log).
611
611
BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).
612
612
BZR_COLUMNS         Override implicit terminal width.