##// END OF EJS Templates
sshpeer: set a blockedtag when starting ssh...
Simon Farnsworth -
r31197:764f4581 default
parent child Browse files
Show More
@@ -150,7 +150,7 b' class sshpeer(wireproto.wirepeer):'
150 util.shellquote("%s init %s" %
150 util.shellquote("%s init %s" %
151 (_serverquote(remotecmd), _serverquote(self.path))))
151 (_serverquote(remotecmd), _serverquote(self.path))))
152 ui.debug('running %s\n' % cmd)
152 ui.debug('running %s\n' % cmd)
153 res = ui.system(cmd)
153 res = ui.system(cmd, blockedtag='sshpeer')
154 if res != 0:
154 if res != 0:
155 self._abort(error.RepoError(_("could not create remote repo")))
155 self._abort(error.RepoError(_("could not create remote repo")))
156
156
General Comments 0
You need to be logged in to leave comments. Login now