setupevolveunfinished: use "hg update -C ." to abort stable
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 28 Oct 2016 15:17:27 -0700
branchstable
changeset 1754 c9ddc93eee67
parent 1753 9fd15f27c91c
child 1755 6c78a5470583
setupevolveunfinished: use "hg update -C ." to abort I don't know what this function does, but it seems like it should recommend the same way of aborting as other places do.
hgext/evolve.py
--- a/hgext/evolve.py	Fri Oct 28 15:04:40 2016 -0700
+++ b/hgext/evolve.py	Fri Oct 28 15:17:27 2016 -0700
@@ -4044,7 +4044,7 @@
 @eh.uisetup
 def setupevolveunfinished(ui):
     data = ('evolvestate', True, False, _('evolve in progress'),
-           _("use 'hg evolve --continue' or 'hg update' to abort"))
+           _("use 'hg evolve --continue' or 'hg update -C .' to abort"))
     cmdutil.unfinishedstates.append(data)
 
 @eh.wrapfunction(hg, 'clean')