convert/subversion: Simplify callback.
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 18 Jul 2007 22:44:25 -0700
changeset 4944 bbf1c1e89892
parent 4940 961379b2c586
child 4945 382520bacc17
convert/subversion: Simplify callback.
hgext/convert/subversion.py
--- a/hgext/convert/subversion.py	Wed Jul 18 19:56:36 2007 -0700
+++ b/hgext/convert/subversion.py	Wed Jul 18 22:44:25 2007 -0700
@@ -279,9 +279,7 @@
         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