hgext/evolve.py
changeset 647 a2b805bacdc0
parent 645 ca5459892427
child 649 d318fbb1cd67
--- a/hgext/evolve.py	Wed Jan 02 15:01:30 2013 +0100
+++ b/hgext/evolve.py	Wed Jan 02 15:57:51 2013 +0100
@@ -34,7 +34,7 @@
     from mercurial import bookmarks
     bookmarks.bmstore
 except (ImportError, AttributeError):
-    raise util.Abort('This version of Evolve is too old for you mercurial version',
+    raise util.Abort('Your Mercurial is too old for this version of Evolve',
                      hint='requires version >> 2.4.x')