# HG changeset patch # User Anton Shestakov # Date 1481212776 -28800 # Node ID 7817df5585db1d87d3f6c7f496085c86d87e2e9a # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss style diff -r 76e970c8f530 -r 7817df5585db mercurial/templates/rss/filelogentry.tmpl --- 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 @@ {desc|strip|firstline|strip|escape} - {urlbase}{url|urlescape}log{node|short}/{file|urlescape} + {urlbase}{url|urlescape}log/{node|short}/{file|urlescape} {author|obfuscate} {date|rfc822date} diff -r 76e970c8f530 -r 7817df5585db tests/test-hgweb-commands.t --- 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 @@ foo revision history base - http://*:$HGPORT/log2ef0ac749a14/foo (glob) + http://*:$HGPORT/log/2ef0ac749a14/foo (glob) test Thu, 01 Jan 1970 00:00:00 +0000 diff -r 76e970c8f530 -r 7817df5585db tests/test-hgweb-filelog.t --- 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 @@ a revision history second a - http://*:$HGPORT/log3f41bc784e7e/a (glob) + http://*:$HGPORT/log/3f41bc784e7e/a (glob) test Thu, 01 Jan 1970 00:00:00 +0000 first a - http://*:$HGPORT/log5ed941583260/a (glob) + http://*:$HGPORT/log/5ed941583260/a (glob) test Thu, 01 Jan 1970 00:00:00 +0000