branch | stable |
changeset 33659 | 8cb9e921ef8c |
parent 33652 | d7a1c4c1181d |
child 33737 | 02a745c20121 |
child 34145 | 1908dc958639 |
--- a/mercurial/sshpeer.py Mon Jul 31 14:55:11 2017 -0700 +++ b/mercurial/sshpeer.py Fri Aug 04 23:54:12 2017 -0700 @@ -151,10 +151,7 @@ sshcmd = self.ui.config("ui", "ssh") remotecmd = self.ui.config("ui", "remotecmd") - args = util.sshargs(sshcmd, - _serverquote(self.host), - _serverquote(self.user), - _serverquote(self.port)) + args = util.sshargs(sshcmd, self.host, self.user, self.port) if create: cmd = '%s %s %s' % (sshcmd, args,