--- a/CHANGELOG Sat Jun 08 16:06:24 2019 +0800
+++ b/CHANGELOG Sat Jun 08 16:09:37 2019 +0800
@@ -5,6 +5,7 @@
-------------------
* evolve: use the same wording as core in case of unresolved conflict
+ * evolve: minor output message improvements
9.0.0 -- 2019-06-06
-------------------
--- a/hgext3rd/evolve/evolvecmd.py Sat Jun 08 16:06:24 2019 +0800
+++ b/hgext3rd/evolve/evolvecmd.py Sat Jun 08 16:09:37 2019 +0800
@@ -1667,7 +1667,7 @@
return
elif abortopt:
if not evolvestate:
- raise error.Abort(_('no interrupted evolve to stop'))
+ raise error.Abort(_('no interrupted evolve to abort'))
evolvestate.load()
# `hg next --evolve` in play
if evolvestate['command'] != 'evolve':
--- a/tests/test-evolve-abort-orphan.t Sat Jun 08 16:06:24 2019 +0800
+++ b/tests/test-evolve-abort-orphan.t Sat Jun 08 16:09:37 2019 +0800
@@ -42,7 +42,7 @@
=============================================
$ hg evolve --abort
- abort: no interrupted evolve to stop
+ abort: no interrupted evolve to abort
[255]
Testing with wrong combination of flags