diff -r 61ab822a9e88 -r aa26759c6fb3 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Thu Apr 05 15:20:42 2007 -0700 +++ b/mercurial/hgweb/hgweb_mod.py Sat Apr 07 04:45:27 2007 -0300 @@ -257,7 +257,7 @@ 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: