hgext/convert/cvs.py
changeset 5860 493632bb171c
parent 5539 954e68e54dea
child 5921 549a7ebe1607
--- a/hgext/convert/cvs.py	Tue Jan 15 13:46:32 2008 +0100
+++ b/hgext/convert/cvs.py	Tue Jan 15 13:29:59 2008 +0200
@@ -179,7 +179,7 @@
 
         if conntype != "pserver":
             if conntype == "rsh":
-                rsh = os.environ.get("CVS_RSH" or "rsh")
+                rsh = os.environ.get("CVS_RSH") or "ssh"
                 if user:
                     cmd = [rsh, '-l', user, host] + cmd
                 else: