# HG changeset patch # User Brendan Cully # Date 1183492333 25200 # Node ID c2ef09a35c53888b526d8a4c349c666bde1a436a # Parent c5dd8e184279073e3797d2c941c3af8f91df5485 convert: typo in svn.latest diff -r c5dd8e184279 -r c2ef09a35c53 hgext/convert/subversion.py --- a/hgext/convert/subversion.py Tue Jul 03 12:44:04 2007 -0700 +++ b/hgext/convert/subversion.py Tue Jul 03 12:52:13 2007 -0700 @@ -130,7 +130,7 @@ def revnum(self, rev): return int(rev.split('@')[-1]) - def latest(self, path, revnum, stop=0): + def latest(self, path, stop=0): 'find the latest revision affecting path, up to stop' if not stop: stop = svn.ra.get_latest_revnum(self.ra)