author | Idan Kamara <idankk86@gmail.com> |
Fri, 24 Jun 2011 17:04:37 +0300 | |
branch | stable |
changeset 14740 | d83ad13a280e |
parent 14739 | a95efd378641 |
child 14741 | 39235b398248 |
--- 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: