##// END OF EJS Templates
convert: Fix bug of limit_arglist() loosing file on limit boundary.
Shun-ichi GOTO -
r5806:a3a380af default
parent child Browse files
Show More
@@ -723,8 +723,8 b' class svn_sink(converter_sink, commandli'
723 bytes += b
723 bytes += b
724 else:
724 else:
725 yield fl
725 yield fl
726 fl = []
726 fl = [fn]
727 bytes = 0
727 bytes = b
728 if fl:
728 if fl:
729 yield fl
729 yield fl
730
730
General Comments 0
You need to be logged in to leave comments. Login now