evolve: fix a couple of typos stable
authorAngel Ezquerra <angel.ezquerra@gmail.com>
Tue, 29 Apr 2014 22:25:21 +0200
branchstable
changeset 946 dedd5359340f
parent 945 561b3cdb4453
child 947 9a6cc7e6f0dd
evolve: fix a couple of typos
hgext/evolve.py
--- a/hgext/evolve.py	Sun May 25 17:37:13 2014 -0400
+++ b/hgext/evolve.py	Tue Apr 29 22:25:21 2014 +0200
@@ -740,7 +740,7 @@
     """rewrite <rev> on dest"""
     try:
         if orig.rev() == dest.rev():
-            raise util.Abort(_('tried to relocade a node on top of itself'),
+            raise util.Abort(_('tried to relocate a node on top of itself'),
                              hint=_("This shouldn't happen. If you still "
                                     "need to move changesets, please do so "
                                     "manually with nothing to rebase - working directory parent is also destination"))