The following link http://selenic.com/hg/search/?rev=jordigh&revcount=20 Followed from "more" or "less" here: http://selenic.com/hg/log?rev=jordigh Leads to an error. This is a regression from 3.1
I've seen the traceback.
Bisected to: changeset: 24334:6e1fbcb18a75 branch: stable user: Anton Shestakov <engored@ya.ru> date: Mon Sep 22 23:46:38 2014 +0900 summary: hgweb: fail if an invalid command was supplied in url path (issue4071)
Fixed by http://selenic.com/repo/hg/rev/c00b156d6e76 Anton Shestakov <engored@ya.ru> templates: fix broken "less" & "more" links in paper style (issue4460) "/search", which is an invalid command in hgweb, was mistakenly used for "[show] more [revsets]" and "[show] less [revsets]" links on search page in templates "paper" (and those which inherit paper, such as coal) before and worked fine until 6e1fbcb18a75, which made hgweb more strict about invalid commands. (please test the fix)
Bulk testing -> fixed