These changesets enable the 'File Patterns' part of the filter bar to actually 
work with file patterns. The old
one only worked with absolute paths. The first patch fixes a bug which, as far 
as I can see, was not triggered
in the old code, but a bug none the less. The second makes file patterns work.

You can now prefix the pattern-parts (separated with , as usual) with one of 
the mercurial filter types, glob,
re and so on. You can also just type a file name, which will then either be 
treated as a path: or as a glob:
depending on the presense of certain glob-chars in the string.

Example: typing 'setup.py' will show the file log for setup.py. Typing 
'setup.*' will show the same changesets,
but no longer in file-log mode (because of the glob). You can of course use * 
and **, as the default glob: is
rooted (otherwise use relglob:).

/Sune

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to