##// END OF EJS Templates
py3: drop ui.flush() during interactive patch filtering...
Denis Laxalde -
r43436:a5b04863 default
parent child Browse files
Show More
@@ -1182,7 +1182,6 b' def filterpatch(ui, headers, match, oper'
1182 1182 if skipfile is not None:
1183 1183 return skipfile, skipfile, skipall, newpatches
1184 1184 while True:
1185 ui.flush()
1186 1185 resps = messages[b'help'][operation]
1187 1186 # IMPORTANT: keep the last line of this prompt short (<40 english
1188 1187 # chars is a good target) because of issue6158.
General Comments 0
You need to be logged in to leave comments. Login now