Mercurial > evolve
diff tests/test-stabilize-result.t @ 3494:14cd04ff968e
evolve: show the updated working directory after `hg evolve --continue`
`hg evolve` shows a nice message about the new working directory when the evolve
ends but if the evolve is interrupted by conflicts and you continue the evolve
resolving the conflicts, that nice message is lost. Let's have that in case of
`--continue` too.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 29 Jan 2018 00:09:44 +0530 |
parents | 05bd493d496d |
children | d166b3dc5e8a |
line wrap: on
line diff
--- a/tests/test-stabilize-result.t Sun Jan 28 23:49:46 2018 +0530 +++ b/tests/test-stabilize-result.t Mon Jan 29 00:09:44 2018 +0530 @@ -101,6 +101,7 @@ continue: hg evolve --continue $ hg evolve --continue evolving 4:3655f0f50885 "newer a" + working directory is now at 1cf0aacfd363 Stabilize latecomer with different parent =========================================