Mercurial > hg
changeset 43166:a5b04863dbff
py3: drop ui.flush() during interactive patch filtering
With previous changeset fixing line buffering on stdout, this is no
longer needed.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Thu, 10 Oct 2019 16:02:47 +0200 |
parents | 227ba1afcb65 |
children | bca9d1a6c4c5 |
files | mercurial/patch.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/patch.py Thu Oct 10 16:00:02 2019 +0200 +++ b/mercurial/patch.py Thu Oct 10 16:02:47 2019 +0200 @@ -1182,7 +1182,6 @@ if skipfile is not None: return skipfile, skipfile, skipall, newpatches while True: - ui.flush() resps = messages[b'help'][operation] # IMPORTANT: keep the last line of this prompt short (<40 english # chars is a good target) because of issue6158.