changeset 24748 | d6caadff4779 |
parent 24747 | bef8b17443a3 |
child 24749 | 3ad1571d4852 |
--- a/mercurial/scmutil.py Sun Apr 12 14:24:28 2015 -0400 +++ b/mercurial/scmutil.py Sun Apr 12 14:26:11 2015 -0400 @@ -177,7 +177,7 @@ if tui.tracebackflag: util.debugstacktrace(msg, 2) else: - tui.write_err(msg) + tui.write_err(msg + '\n') def filteredhash(repo, maxrev): """build hash of filtered revisions in the current repoview.