hgext/convert/git.py
changeset 41759 aaad36b88298
parent 41478 8e0dd36f7a97
child 43076 2372284d9457
--- a/hgext/convert/git.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/hgext/convert/git.py	Wed Feb 20 19:28:51 2019 -0500
@@ -387,7 +387,7 @@
     def numcommits(self):
         output, ret = self.gitrunlines('rev-list', '--all')
         if ret:
-            raise error.Abort(_('cannot retrieve number of commits in %s') \
+            raise error.Abort(_('cannot retrieve number of commits in %s')
                               % self.path)
         return len(output)