hgext/histedit.py
changeset 18609 909cb9ddba4a
parent 18608 3adbd57e1794
child 18644 3e92772d5383
--- a/hgext/histedit.py	Sat Aug 03 16:37:17 2013 +0200
+++ b/hgext/histedit.py	Sat Aug 03 16:40:13 2013 +0200
@@ -583,7 +583,7 @@
     if not newchildren:
         # `parentctxnode` should match but no result. This means that
         # currentnode is not a descendant from parentctxnode.
-        msg = _('working directory parent is not a descendant of %s')
+        msg = _('%s is not an ancestor of working directory')
         hint = _('update to %s or descendant and run "hg histedit '
                  '--continue" again') % parentctx
         raise util.Abort(msg % parentctx, hint=hint)