mercurial/sshpeer.py
changeset 23270 41c03b7592ed
parent 22935 ee297602a208
child 23684 14ac0c1579cd
--- a/mercurial/sshpeer.py	Sat Nov 08 12:57:42 2014 +0900
+++ b/mercurial/sshpeer.py	Sat Nov 08 13:06:22 2014 +0900
@@ -52,7 +52,7 @@
                 util.shellquote("%s init %s" %
                     (_serverquote(remotecmd), _serverquote(self.path))))
             ui.debug('running %s\n' % cmd)
-            res = util.system(cmd, out=ui.fout)
+            res = ui.system(cmd)
             if res != 0:
                 self._abort(error.RepoError(_("could not create remote repo")))