D1591: visibility: improve the message when accessing filtered obsolete rev
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Tue Dec 5 22:20:56 UTC 2017
durin42 added inline comments.
INLINE COMMENTS
> test-log.t:1720
> $ hg log -r a
> abort: hidden revision 'a'!
> + (use --hidden to access hidden revisions; pruned)
would it be better to put the verb in the abort top-line, isntead of the hint? that is:
abort: hidden revision 'a' is pruned!
(use --hidden to access hidden revisions)
or
abort: hidden revision 'a' is obsolete with successor: eb5a0daa2192
(use --hidden to access hidden revisions)
What do you think?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D1591
To: lothiraldan, #hg-reviewers
Cc: durin42, mercurial-devel
More information about the Mercurial-devel
mailing list