Mercurial > hg
changeset 5122:487659a90497
convert: svn: remove debugging message
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sun, 05 Aug 2007 12:09:55 -0700 |
parents | ef338e34a906 |
children | 79373ec3f27d |
files | hgext/convert/subversion.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)