changeset 4927:382520bacc17

Automated merge with http://hg.intevation.org/mercurial/crew
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 18 Jul 2007 22:46:14 -0700
parents bbf1c1e89892 (diff) 9af1b47fe585 (current diff)
children e8f4e40f285a
files
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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