hgext/convert/subversion.py
changeset 5141 bcf6ba3fcbe4
parent 5140 792c1d979097
child 5143 d4fa6bafc43a
--- a/hgext/convert/subversion.py	Tue Aug 07 09:56:21 2007 +0200
+++ b/hgext/convert/subversion.py	Tue Aug 07 10:01:20 2007 +0200
@@ -303,7 +303,6 @@
         except SubversionException:
             dirent = None
         if not dirent:
-            print self.base, path
             raise util.Abort('%s not found up to revision %d' % (path, stop))
 
         return dirent.created_rev