Show More
@@ -289,7 +289,7 b' class commandline(object):' | |||||
289 | self.ui.warn(_('%s error:\n') % self.command) |
|
289 | self.ui.warn(_('%s error:\n') % self.command) | |
290 | self.ui.warn(output) |
|
290 | self.ui.warn(output) | |
291 | msg = util.explain_exit(status)[0] |
|
291 | msg = util.explain_exit(status)[0] | |
292 |
raise util.Abort( |
|
292 | raise util.Abort('%s %s' % (self.command, msg)) | |
293 |
|
293 | |||
294 | def run0(self, cmd, *args, **kwargs): |
|
294 | def run0(self, cmd, *args, **kwargs): | |
295 | output, status = self.run(cmd, *args, **kwargs) |
|
295 | output, status = self.run(cmd, *args, **kwargs) |
General Comments 0
You need to be logged in to leave comments.
Login now