mercurial/hgweb/hgweb_mod.py
changeset 4323 7843528a7922
parent 4245 3f2e334937ce
child 4325 aa26759c6fb3
child 4344 26a2fa9433b8
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -265,7 +265,7 @@ class hgweb(object):
                 for q in qw:
                     if not (q in ctx.user().lower() or
                             q in ctx.description().lower() or
-                            q in " ".join(ctx.files()[:20]).lower()):
+                            q in " ".join(ctx.files()).lower()):
                         miss = 1
                         break
                 if miss: