mercurial/util.py
changeset 1454 f4250806dbeb
parent 1446 4babaa52badf
child 1479 1a3c6689ef2b
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -246,6 +246,8 @@ def _matcher(canonroot, cwd, names, inc,
 
     def matchfn(pats, tail):
         """build a matching function from a set of patterns"""
+        if not pats:
+            return
         matches = []
         for k, p in pats:
             try: