hgext/convert/git.py
changeset 26779 aaa33ec3c951
parent 26587 56b2bcea2529
child 28365 cd599bc179fb
child 28659 197eed39e3d5
--- a/hgext/convert/git.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/hgext/convert/git.py	Wed Oct 14 02:06:54 2015 -0400
@@ -210,7 +210,7 @@
 
     def getchanges(self, version, full):
         if full:
-            raise error.Abort(_("convert from git do not support --full"))
+            raise error.Abort(_("convert from git does not support --full"))
         self.modecache = {}
         fh = self.gitopen("git diff-tree -z --root -m -r %s %s" % (
             self.simopt, version))