mercurial/sshrepo.py
changeset 1332 404484c9628e
parent 1330 0fcde73dc3ca
child 1357 94586af53d2f
--- a/mercurial/sshrepo.py	Fri Sep 23 10:31:00 2005 -0700
+++ b/mercurial/sshrepo.py	Fri Sep 23 10:32:19 2005 -0700
@@ -32,6 +32,7 @@
         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):