# HG changeset patch # User Anton Shestakov # Date 1416549529 -28800 # Node ID c00b156d6e76d92d4488e638e9245e881f749370 # Parent 2e65da5f80dfd0ae20acac6e505e5fe532a7ba45 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. diff -r 2e65da5f80df -r c00b156d6e76 mercurial/templates/paper/search.tmpl --- a/mercurial/templates/paper/search.tmpl Wed Nov 19 01:36:17 2014 +0000 +++ b/mercurial/templates/paper/search.tmpl Fri Nov 21 13:58:49 2014 +0800 @@ -38,8 +38,8 @@ @@ -54,8 +54,8 @@
diff -r 2e65da5f80df -r c00b156d6e76 tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Wed Nov 19 01:36:17 2014 +0000 +++ b/tests/test-hgweb-commands.t Fri Nov 21 13:58:49 2014 +0800 @@ -1007,8 +1007,8 @@ @@ -1028,8 +1028,8 @@