mercurial/sshrepo.py
changeset 1332 404484c9628e
parent 1330 0fcde73dc3ca
child 1357 94586af53d2f
--- a/mercurial/sshrepo.py
+++ b/mercurial/sshrepo.py
@@ -32,6 +32,7 @@ class sshrepository(remoterepository):
         cmd = '%s %s "%s -R %s serve --stdio"'
         cmd = cmd % (sshcmd, args, remotecmd, self.path)
 
+        ui.note('running %s\n' % cmd)
         self.pipeo, self.pipei, self.pipee = os.popen3(cmd, 'b')
 
     def readerr(self):