--- a/mercurial/templates/rss/filelogentry.tmpl Thu Dec 01 14:13:28 2016 -0600
+++ b/mercurial/templates/rss/filelogentry.tmpl Thu Dec 08 23:59:36 2016 +0800
@@ -1,6 +1,6 @@
<item>
<title>{desc|strip|firstline|strip|escape}</title>
- <link>{urlbase}{url|urlescape}log{node|short}/{file|urlescape}</link>
+ <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
<description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
--- a/tests/test-hgweb-commands.t Thu Dec 01 14:13:28 2016 -0600
+++ b/tests/test-hgweb-commands.t Thu Dec 08 23:59:36 2016 +0800
@@ -686,7 +686,7 @@
<description>foo revision history</description>
<item>
<title>base</title>
- <link>http://*:$HGPORT/log2ef0ac749a14/foo</link> (glob)
+ <link>http://*:$HGPORT/log/2ef0ac749a14/foo</link> (glob)
<description><![CDATA[base(websub)]]></description>
<author>test</author>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
--- a/tests/test-hgweb-filelog.t Thu Dec 01 14:13:28 2016 -0600
+++ b/tests/test-hgweb-filelog.t Thu Dec 08 23:59:36 2016 +0800
@@ -783,14 +783,14 @@
<description>a revision history</description>
<item>
<title>second a</title>
- <link>http://*:$HGPORT/log3f41bc784e7e/a</link> (glob)
+ <link>http://*:$HGPORT/log/3f41bc784e7e/a</link> (glob)
<description><![CDATA[second a]]></description>
<author>test</author>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
</item>
<item>
<title>first a</title>
- <link>http://*:$HGPORT/log5ed941583260/a</link> (glob)
+ <link>http://*:$HGPORT/log/5ed941583260/a</link> (glob)
<description><![CDATA[first a]]></description>
<author>test</author>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>