diff hgext/convert/cvs.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 6bda82107e05
line wrap: on
line diff
--- a/hgext/convert/cvs.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/hgext/convert/cvs.py	Wed Oct 14 02:06:54 2015 -0400
@@ -263,7 +263,7 @@
 
     def getchanges(self, rev, full):
         if full:
-            raise error.Abort(_("convert from cvs do not support --full"))
+            raise error.Abort(_("convert from cvs does not support --full"))
         self._parse()
         return sorted(self.files[rev].iteritems()), {}, set()