Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-filelog.t @ 30558:7817df5585db stable
hgweb: add missing slash to file log url in rss style
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 08 Dec 2016 23:59:36 +0800 |
parents | c42a3fd5c1fc |
children | eb7de21b15be |
line wrap: on
line diff
--- 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>