diff tests/test-prev-next.t @ 4240:323b3dac5bba

next: improve the message for dirty working copy with --evolve This will be important soon when --evolve will be the default.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 10 Nov 2018 16:05:34 +0100
parents 9e64a7d09895
children a5ec7652c4f4
line wrap: on
line diff
--- a/tests/test-prev-next.t	Sat Nov 10 16:01:31 2018 +0100
+++ b/tests/test-prev-next.t	Sat Nov 10 16:05:34 2018 +0100
@@ -375,6 +375,7 @@
 
   $ hg next --evolve
   abort: uncommitted changes
+  (use `hg amend`, `hg revert` or `hg shelve`)
   [255]
 
   $ cd ..