mercurial/patch.py
changeset 43166 a5b04863dbff
parent 43156 0e6a7ce81dde
child 43503 313e3a279828
child 43723 eab0b7383cd3
--- 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.