Submitter | Yuya Nishihara |
---|---|
Date | May 31, 2015, 6:19 a.m. |
Message ID | <ee6f870cc800d5aa585a.1433053181@mimosa> |
Download | mbox | patch |
Permalink | /patch/9404/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -867,6 +867,7 @@ class ui(object): ''.join(causetb), ''.join(exconly)) else: + self.flush() # flush debug or status message traceback.print_exception(exc[0], exc[1], exc[2], file=self.ferr) return self.tracebackflag or force