# HG changeset patch # User Gregory Szorc # Date 2016-12-28 22:48:17 # 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 --git a/mercurial/templates/gitweb/fileannotate.tmpl b/mercurial/templates/gitweb/fileannotate.tmpl --- a/mercurial/templates/gitweb/fileannotate.tmpl +++ b/mercurial/templates/gitweb/fileannotate.tmpl @@ -28,7 +28,7 @@ annotate | diff | comparison | -raw | +raw | help
diff --git a/mercurial/templates/monoblue/fileannotate.tmpl b/mercurial/templates/monoblue/fileannotate.tmpl --- a/mercurial/templates/monoblue/fileannotate.tmpl +++ b/mercurial/templates/monoblue/fileannotate.tmpl @@ -37,7 +37,7 @@
  • annotate
  • diff
  • comparison
  • -
  • raw
  • +
  • raw
  • diff --git a/mercurial/templates/paper/fileannotate.tmpl b/mercurial/templates/paper/fileannotate.tmpl --- a/mercurial/templates/paper/fileannotate.tmpl +++ b/mercurial/templates/paper/fileannotate.tmpl @@ -28,7 +28,7 @@
  • comparison
  • annotate
  • file log
  • -
  • raw
  • +
  • raw