##// END OF EJS Templates
util: drop util.Abort in favor of error.Abort (API)...
Yuya Nishihara -
r37116:a9ea2b1e default
parent child Browse files
Show More
@@ -1586,8 +1586,6 def increasingchunks(source, min=1024, m
1586 1586 if buf:
1587 1587 yield ''.join(buf)
1588 1588
1589 Abort = error.Abort
1590
1591 1589 def always(fn):
1592 1590 return True
1593 1591
General Comments 0
You need to be logged in to leave comments. Login now