##// END OF EJS Templates
hgweb: use revset.spanset where appropriate...
Yuya Nishihara -
r23992:db85e454 default
parent child Browse files
Show More
@@ -187,7 +187,7 b' def _search(web, req, tmpl):'
187 187
188 188 mfunc = revset.match(web.repo.ui, revdef)
189 189 try:
190 revs = mfunc(web.repo, revset.baseset(web.repo))
190 revs = mfunc(web.repo, revset.spanset(web.repo))
191 191 return MODE_REVSET, revs
192 192 # ParseError: wrongly placed tokens, wrongs arguments, etc
193 193 # RepoLookupError: no such revision, e.g. in 'revision:'
General Comments 0
You need to be logged in to leave comments. Login now