hgext/convert/subversion.py
changeset 5122 487659a90497
parent 5121 ef338e34a906
child 5127 39b6eaee6fd7
child 5130 462cc56d898f
--- a/hgext/convert/subversion.py	Sun Aug 05 12:03:27 2007 -0700
+++ b/hgext/convert/subversion.py	Sun Aug 05 12:09:55 2007 -0700
@@ -359,7 +359,6 @@
                 self.reparent(self.module)
 
         for path, ent in paths:
-            self.ui.write("path %s\n" % path)
             entrypath = get_entry_from_path(path, module=self.module)
             entry = entrypath.decode(self.encoding)