mercurial/match.py
changeset 16182 bd12ef347680
parent 15029 d5f774668102
child 16645 9a21fc2c7d32
child 16789 c17ce7cd5090
--- 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