Mercurial > evolve
diff README @ 2290:a36a8c6a09ac
ui: change the hidden revision error message
It now display the same details than the warning
when the working directory parent become obsolete
like:
$ hg update 0
abort: hidden revision '0' (successor: f301a99bd857)!
$ hg up 1
abort: hidden revision '1' (pruned)!
$ hg update 0
abort: hidden revision '0' (successors: 91311af6da10, 70653776ec4c)!
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 28 Apr 2017 16:56:09 +0200 |
parents | 61d073590fb7 |
children | e719645cf743 |
line wrap: on
line diff
--- a/README Fri Apr 28 16:57:41 2017 +0200 +++ b/README Fri Apr 28 16:56:09 2017 +0200 @@ -115,7 +115,8 @@ 6.1.0 - in progress ------------------- - - improve messages about obsolete working copy parent, + - improve message about obsolete working copy parent, + - improve message issued when accessing hidden nodes, - add a 'experimental.auto-publish' config. Set it so 'warn' to get a warning when a push is publishing some draft changesets and 'abort' to prevent that to happen at all.