hgext/convert/subversion.py
changeset 4960 c79e3fa6dc29
parent 4957 cdd33a048289
child 5008 b6c3abdbe0eb
--- a/hgext/convert/subversion.py	Sat Jul 21 10:39:42 2007 +0200
+++ b/hgext/convert/subversion.py	Sat Jul 21 10:43:29 2007 +0200
@@ -13,7 +13,6 @@
 #
 #   hg convert --config convert.svn.trunk=wackoname [...]
 
-import pprint
 import locale
 import os
 import cPickle as pickle
@@ -647,7 +646,6 @@
             dirents = getdir[0]
             if type(dirents) == int:
                 # got here once due to infinite recursion bug
-                # pprint.pprint(getdir)
                 return
             c = dirents.keys()
             c.sort()