Mercurial > hg
changeset 4944:bbf1c1e89892
convert/subversion: Simplify callback.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 18 Jul 2007 22:44:25 -0700 |
parents | 961379b2c586 |
children | 382520bacc17 |
files | hgext/convert/subversion.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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