# HG changeset patch # User Yoshinari Takaoka # Date 1451317683 -32400 # Node ID 1c66497261b252dac5e6386dc68b1dc2ef8acd99 # Parent 56caab876bd848dde6a1a15a59c09fa2cbc28b2d hgweb: fixed invalid atom-log feed url in file log page currently "subscribe to atom feed" link in file log page is as follows. /atom-log/[revision]/[file] This is invalid, because we could not get newer commit feed than [revision]. To fix this, atom-log feed url should be the following style. atom-log/tip/[file] diff -r 56caab876bd8 -r 1c66497261b2 mercurial/templates/paper/filelog.tmpl --- a/mercurial/templates/paper/filelog.tmpl Tue Dec 29 10:21:39 2015 -0800 +++ b/mercurial/templates/paper/filelog.tmpl Tue Dec 29 00:48:03 2015 +0900 @@ -36,7 +36,7 @@
  • help
  • diff -r 56caab876bd8 -r 1c66497261b2 tests/test-hgweb-filelog.t --- a/tests/test-hgweb-filelog.t Tue Dec 29 10:21:39 2015 -0800 +++ b/tests/test-hgweb-filelog.t Tue Dec 29 00:48:03 2015 +0900 @@ -179,7 +179,7 @@
  • help
  • @@ -299,7 +299,7 @@
  • help
  • @@ -419,7 +419,7 @@
  • help
  • @@ -531,7 +531,7 @@
  • help
  • diff -r 56caab876bd8 -r 1c66497261b2 tests/test-hgweb-symrev.t --- a/tests/test-hgweb-symrev.t Tue Dec 29 10:21:39 2015 -0800 +++ b/tests/test-hgweb-symrev.t Tue Dec 29 00:48:03 2015 +0900 @@ -165,7 +165,7 @@
  • comparison
  • annotate
  • raw
  • - + log foo @ 1:a7c1559b7bba less more @@ -353,7 +353,7 @@
  • comparison
  • annotate
  • raw
  • - + log foo @ 1:a7c1559b7bba less more