##// END OF EJS Templates
sshpeer: remove frivolous call to _cleanup()...
Gregory Szorc -
r35952:94ba2993 default
parent child Browse files
Show More
@@ -173,8 +173,7 b' class sshpeer(wireproto.wirepeer):'
173 # End of _basewirecommands interface.
173 # End of _basewirecommands interface.
174
174
175 def _validaterepo(self, sshcmd, args, remotecmd, sshenv=None):
175 def _validaterepo(self, sshcmd, args, remotecmd, sshenv=None):
176 # cleanup up previous run
176 assert self._pipei is None
177 self._cleanup()
178
177
179 cmd = '%s %s %s' % (sshcmd, args,
178 cmd = '%s %s %s' % (sshcmd, args,
180 util.shellquote("%s -R %s serve --stdio" %
179 util.shellquote("%s -R %s serve --stdio" %
General Comments 0
You need to be logged in to leave comments. Login now