[patch 01/10] dirstate walking optimizations

Chris Mason mason at suse.com
Tue Aug 9 14:18:25 CDT 2005


On Tuesday 09 August 2005 14:15, Bryan O'Sullivan wrote:
> On Tue, 2005-08-09 at 13:42 -0400, Chris Mason wrote:
> > dirstate.filterfiles() is added to return a subset of the dirstate map.
> > The subset includes in files passed in, and if one of the files requested
> > is actually a directory, it includes any files inside that directory
> > tree.
>
> Very nice.

I'm not sure how to test the matching functions.  I'm sure this was discussed 
earlier but a quick look through my old message folder doesn't find anything.

Does hg diff currently take any kind of re or glob expressions:

hg diff 'glob:fs/reiserfs/*.c'

Am I just messing up the syntax?  This returns no changes for me.

-chris


More information about the Mercurial mailing list