convert: another typo in svn.latest
authorBrendan Cully <brendan@kublai.com>
Tue, 03 Jul 2007 12:56:30 -0700
changeset 4791 772687e437e5
parent 4790 c2ef09a35c53
child 4792 2b5723a5b186
convert: another typo in svn.latest
hgext/convert/subversion.py
--- a/hgext/convert/subversion.py	Tue Jul 03 12:52:13 2007 -0700
+++ b/hgext/convert/subversion.py	Tue Jul 03 12:56:30 2007 -0700
@@ -141,8 +141,8 @@
         except SubversionException:
             dirent = None
         if not dirent:
-            raise util.Abort('module %s not found up to revision %d' \
-                             % (self.module, stop))
+            raise util.Abort('%s not found up to revision %d' \
+                             % (path, stop))
 
         return dirent.created_rev