##// 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 if skipfile is not None:
1182 if skipfile is not None:
1183 return skipfile, skipfile, skipall, newpatches
1183 return skipfile, skipfile, skipall, newpatches
1184 while True:
1184 while True:
1185 ui.flush()
1186 resps = messages[b'help'][operation]
1185 resps = messages[b'help'][operation]
1187 # IMPORTANT: keep the last line of this prompt short (<40 english
1186 # IMPORTANT: keep the last line of this prompt short (<40 english
1188 # chars is a good target) because of issue6158.
1187 # chars is a good target) because of issue6158.
General Comments 0
You need to be logged in to leave comments. Login now