Filesets!

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Mon Jun 20 01:18:44 CDT 2011


On Sun, Jun 19, 2011 at 12:18 AM, Matt Mackall <mpm at selenic.com> wrote:
> The oft-discussed filesets feature is now pushed. This does for file
> selection what revsets did for revision selection. It works just about
> everywhere a pattern is accepted. So you can now do things like:
>
> # remove those new binary files I didn't mean to add
> hg remove "set:binary() and added() and size('>10M')"

Woohoo!

  hg stat 'set:(added() or removed()) and copied()'

Thanks,
-parren


More information about the Mercurial-devel mailing list