# HG changeset patch # User Angel Ezquerra # Date 1398803121 -7200 # Node ID dedd5359340fd658c10197f6f1856e3c374aa742 # Parent 561b3cdb445346679b50f5c03e3537f0a255cf5a evolve: fix a couple of typos diff -r 561b3cdb4453 -r dedd5359340f 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 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"))