Mercurial > public > mercurial-scm > hg
diff hgext/convert/git.py @ 26779:aaa33ec3c951
grammar: use does instead of do where appropriate
author | timeless@mozdev.org |
---|---|
date | Wed, 14 Oct 2015 02:06:54 -0400 |
parents | 56b2bcea2529 |
children | cd599bc179fb 197eed39e3d5 |
line wrap: on
line diff
--- 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))