Mercurial > public > mercurial-scm > hg
diff mercurial/ui.py @ 31490:8122cc5cb543
pager: flush outputs before firing pager process
So that buffered outputs are always sent to the console.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 25 Feb 2017 17:29:30 +0900 |
parents | a7c687c35119 |
children | 713e984bec91 |
line wrap: on
line diff
--- a/mercurial/ui.py Sat Feb 25 17:27:48 2017 +0900 +++ b/mercurial/ui.py Sat Feb 25 17:29:30 2017 +0900 @@ -845,6 +845,7 @@ return self.debug('starting pager for command %r\n' % command) + self.flush() self.pageractive = True # Preserve the formatted-ness of the UI. This is important # because we mess with stdout, which might confuse