# HG changeset patch # User Shun-ichi GOTO # Date 2008-01-05 02:46:00 # Node ID a3a380af8fb5df38baf1c832bacf1b830e07efc9 # Parent e422305e0853f6a32eaa3afd7017277274c38d33 convert: Fix bug of limit_arglist() loosing file on limit boundary. diff --git a/hgext/convert/subversion.py b/hgext/convert/subversion.py --- a/hgext/convert/subversion.py +++ b/hgext/convert/subversion.py @@ -723,8 +723,8 @@ class svn_sink(converter_sink, commandli bytes += b else: yield fl - fl = [] - bytes = 0 + fl = [fn] + bytes = b if fl: yield fl