##// END OF EJS Templates
visibility: improve the message when accessing filtered obsolete rev...
visibility: improve the message when accessing filtered obsolete rev When trying to access filtered revision, it is likely because they have been obsoleted by an obs-marker. The current message shows how to access the revision anyway: abort: hidden revision '13bedc178fce'! But in the case of an obsoleted revision, the user is likely to want to update to or use the successor of the revision. We update the message to display more information about the obsolescence fate of the revision in the following cases: abort: hidden revision '13bedc178fce' is pruned! abort: hidden revision '13bedc178fce' has diverged! abort: hidden revision '13bedc178fce' was rewritten as X, Y and 2 more! Differential Revision: https://phab.mercurial-scm.org/D1591

File last commit:

r35587:96421278 default
r35589:265cd9e1 default
Show More
Cargo.toml
2 lines | 32 B | text/plain | TOMLLexer
[workspace]
members = ["hgcli"]