Show More
@@ -265,7 +265,7 b' class hgweb(object):' | |||||
265 | for q in qw: |
|
265 | for q in qw: | |
266 | if not (q in ctx.user().lower() or |
|
266 | if not (q in ctx.user().lower() or | |
267 | q in ctx.description().lower() or |
|
267 | q in ctx.description().lower() or | |
268 |
q in " ".join(ctx.files() |
|
268 | q in " ".join(ctx.files()).lower()): | |
269 | miss = 1 |
|
269 | miss = 1 | |
270 | break |
|
270 | break | |
271 | if miss: |
|
271 | if miss: |
General Comments 0
You need to be logged in to leave comments.
Login now