##// 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 723 bytes += b
724 724 else:
725 725 yield fl
726 fl = []
727 bytes = 0
726 fl = [fn]
727 bytes = b
728 728 if fl:
729 729 yield fl
730 730
General Comments 0
You need to be logged in to leave comments. Login now