Obsolete Development

Patrick Mézard patrick at mezard.eu
Tue Aug 7 14:33:11 CDT 2012


Le 07/08/12 20:19, Sean Farley a écrit :
> Also, it's a little odd that if you specify 'hidden()' you still have
> to provide --hidden:
> 
> $ hg log --hidden -r 'hidden()'
> 
> I don't know if there's an easy fix or not for this.

Yes, I have no simple idea to fix this. We have to know that 'hidden()' is used to select changesets rather than filter them out when parsing the revset and use that to tweak the options.

A bit unrelated but you can be interested by this branch:

  http://mezard.eu/hg/hg-does-it-look-good-for-you/rev/83dde273b38a

containing changes to make hgweb graph view hide hidden changesets, unless the target changeset is itself hidden in which case it is displayed with its ancestors. Not many tests right now but it works for me.

--
Patrick Mézard


More information about the Mercurial-devel mailing list