[Python-checkins] devguide (hg_transition): Add -C option for ssh compression

antoine.pitrou python-checkins at python.org
Wed Mar 2 02:19:21 CET 2011


http://hg.python.org/devguide/rev/ba97613a731e
changeset:   361:ba97613a731e
branch:      hg_transition
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Mar 02 02:17:45 2011 +0100
summary:
  Add -C option for ssh compression

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -62,7 +62,7 @@
 (you can do so by opening the TortoiseHg configuration dialog and then
 clicking *"Edit File"*).  In the ``[ui]`` section, add the following line::
 
-   ssh = TortoisePlink.exe -ssh -2 -i C:\path\to\yourkey.ppk
+   ssh = TortoisePlink.exe -ssh -2 -C -i C:\path\to\yourkey.ppk
 
 where ``C:\path\to\yourkey.ppk`` should be replaced with the actual path
 to your SSH private key.

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list