hgext/convert/subversion.py
changeset 41759 aaad36b88298
parent 41617 36ee0d6d64c5
child 42400 c004340dc687
--- a/hgext/convert/subversion.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/hgext/convert/subversion.py	Wed Feb 20 19:28:51 2019 -0500
@@ -790,7 +790,7 @@
                         if childpath:
                             removed.add(self.recode(childpath))
                 else:
-                    self.ui.debug('unknown path in revision %d: %s\n' % \
+                    self.ui.debug('unknown path in revision %d: %s\n' %
                                   (revnum, path))
             elif kind == svn.core.svn_node_dir:
                 if ent.action == 'M':