diff hgext/convert/p4.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 630f5f04bc74
line wrap: on
line diff
--- a/hgext/convert/p4.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/hgext/convert/p4.py	Wed Oct 14 02:06:54 2015 -0400
@@ -277,7 +277,7 @@
 
     def getchanges(self, rev, full):
         if full:
-            raise error.Abort(_("convert from p4 do not support --full"))
+            raise error.Abort(_("convert from p4 does not support --full"))
         return self.files[rev], self.copies[rev], set()
 
     def getcommit(self, rev):