Automated merge with http://hg.intevation.org/mercurial/crew
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 18 Jul 2007 22:46:14 -0700
changeset 4927 382520bacc17
parent 4926 bbf1c1e89892 (diff)
parent 4925 9af1b47fe585 (current diff)
child 4928 e8f4e40f285a
Automated merge with http://hg.intevation.org/mercurial/crew
--- a/hgext/convert/subversion.py
+++ b/hgext/convert/subversion.py
@@ -279,9 +279,7 @@ class convert_svn(converter_source):
         received = []
         # svn.ra.get_log requires no other calls to the ra until it completes,
         # so we just collect the log entries and parse them afterwards
-        def receivelog(*arg, **args):
-            orig_paths, revnum, author, date, message, pool = arg
-
+        def receivelog(orig_paths, revnum, author, date, message, pool):
             if self.is_blacklisted(revnum):
                 self.ui.note('skipping blacklisted revision %d\n' % revnum)
                 return