##// END OF EJS Templates
convert: svn: remove debugging message
Brendan Cully -
r5122:487659a9 default
parent child Browse files
Show More
@@ -359,7 +359,6 b' class convert_svn(converter_source):'
359 self.reparent(self.module)
359 self.reparent(self.module)
360
360
361 for path, ent in paths:
361 for path, ent in paths:
362 self.ui.write("path %s\n" % path)
363 entrypath = get_entry_from_path(path, module=self.module)
362 entrypath = get_entry_from_path(path, module=self.module)
364 entry = entrypath.decode(self.encoding)
363 entry = entrypath.decode(self.encoding)
365
364
General Comments 0
You need to be logged in to leave comments. Login now