# HG changeset patch # User Gregory Szorc # Date 1482965297 25200 # Node ID 011122b3b1c42374fb0489d107418e1be3665ca6 # Parent 987dbe87aad64b9d0200df043af30867946f14c7 hgweb: link to raw-file on annotation page (BC) Every other template has the "raw" link load "raw-file." However, fileannotate.tmpl's "raw" link loads "raw-annotate." This feels inconsistent and wrong. As far as I can tell, linking to the "raw annotate" view has occurred since 2006. diff -r 987dbe87aad6 -r 011122b3b1c4 mercurial/templates/gitweb/fileannotate.tmpl --- a/mercurial/templates/gitweb/fileannotate.tmpl Wed Jan 04 10:35:04 2017 -0800 +++ b/mercurial/templates/gitweb/fileannotate.tmpl Wed Dec 28 15:48:17 2016 -0700 @@ -28,7 +28,7 @@ annotate | diff | comparison | -raw | +raw | help
diff -r 987dbe87aad6 -r 011122b3b1c4 mercurial/templates/monoblue/fileannotate.tmpl --- a/mercurial/templates/monoblue/fileannotate.tmpl Wed Jan 04 10:35:04 2017 -0800 +++ b/mercurial/templates/monoblue/fileannotate.tmpl Wed Dec 28 15:48:17 2016 -0700 @@ -37,7 +37,7 @@
  • annotate
  • diff
  • comparison
  • -
  • raw
  • +
  • raw
  • diff -r 987dbe87aad6 -r 011122b3b1c4 mercurial/templates/paper/fileannotate.tmpl --- a/mercurial/templates/paper/fileannotate.tmpl Wed Jan 04 10:35:04 2017 -0800 +++ b/mercurial/templates/paper/fileannotate.tmpl Wed Dec 28 15:48:17 2016 -0700 @@ -28,7 +28,7 @@
  • comparison
  • annotate
  • file log
  • -
  • raw
  • +
  • raw