diff mercurial/patch.py @ 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 0e6a7ce81dde
children eab0b7383cd3 313e3a279828
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.