hgext/convert/monotone.py
changeset 26779 aaa33ec3c951
parent 26587 56b2bcea2529
child 28372 74d03766f962
--- a/hgext/convert/monotone.py	Wed Oct 14 22:29:03 2015 -0400
+++ b/hgext/convert/monotone.py	Wed Oct 14 02:06:54 2015 -0400
@@ -229,7 +229,8 @@
 
     def getchanges(self, rev, full):
         if full:
-            raise error.Abort(_("convert from monotone do not support --full"))
+            raise error.Abort(_("convert from monotone does not support "
+                              "--full"))
         revision = self.mtnrun("get_revision", rev).split("\n\n")
         files = {}
         ignoremove = {}