Mercurial > hg
changeset 5141:bcf6ba3fcbe4
Removed debug print from convert/subversion.py
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 07 Aug 2007 10:01:20 +0200 |
parents | 792c1d979097 |
children | 2ffe3e2a1ac2 |
files | hgext/convert/subversion.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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