diff -r 1fd352aa08fc -r bd12ef347680 mercurial/match.py --- a/mercurial/match.py Sun Feb 26 17:10:51 2012 +0100 +++ b/mercurial/match.py Sun Feb 26 17:10:55 2012 +0100 @@ -333,5 +333,5 @@ def _anypats(patterns): for kind, name in patterns: - if kind in ('glob', 're', 'relglob', 'relre'): + if kind in ('glob', 're', 'relglob', 'relre', 'set'): return True