hgext/convert/darcs.py
changeset 26779 aaa33ec3c951
parent 26587 56b2bcea2529
child 28368 b9296b330a54
--- a/hgext/convert/darcs.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/hgext/convert/darcs.py	Wed Oct 14 02:06:54 2015 -0400
@@ -158,7 +158,7 @@
 
     def getchanges(self, rev, full):
         if full:
-            raise error.Abort(_("convert from darcs do not support --full"))
+            raise error.Abort(_("convert from darcs does not support --full"))
         copies = {}
         changes = []
         man = None