Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgweb_mod.py @ 4325:aa26759c6fb3
Merge with crew-stable.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sat, 07 Apr 2007 04:45:27 -0300 |
parents | f344440fdcb0 7843528a7922 |
children | c593e502f7fd |
line wrap: on
line diff
--- 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: