branch | stable |
changeset 14740 | d83ad13a280e |
parent 14729 | 94eea58da2a3 |
child 14742 | 271424fdbeec |
--- a/mercurial/commands.py Fri Jun 24 17:04:37 2011 +0300 +++ b/mercurial/commands.py Fri Jun 24 17:04:37 2011 +0300 @@ -562,7 +562,7 @@ try: while changesets: # update state - status = util.system(command) + status = util.system(command, out=ui.fout) if status == 125: transition = "skip" elif status == 0: