Show More
@@ -150,7 +150,7 b' class sshpeer(wireproto.wirepeer):' | |||
|
150 | 150 | util.shellquote("%s init %s" % |
|
151 | 151 | (_serverquote(remotecmd), _serverquote(self.path)))) |
|
152 | 152 | ui.debug('running %s\n' % cmd) |
|
153 | res = ui.system(cmd) | |
|
153 | res = ui.system(cmd, blockedtag='sshpeer') | |
|
154 | 154 | if res != 0: |
|
155 | 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