##// END OF EJS Templates
revset: gratuitous formating fix in keyword...
Pierre-Yves David -
r25551:c1d163ce default
parent child Browse files
Show More
@@ -1136,8 +1136,8 b' def keyword(repo, subset, x):'
1136
1136
1137 def matches(r):
1137 def matches(r):
1138 c = repo[r]
1138 c = repo[r]
1139 return any(kw in encoding.lower(t) for t in c.files() + [c.user(),
1139 return any(kw in encoding.lower(t)
1140 c.description()])
1140 for t in c.files() + [c.user(), c.description()])
1141
1141
1142 return subset.filter(matches)
1142 return subset.filter(matches)
1143
1143
General Comments 0
You need to be logged in to leave comments. Login now