diff mercurial/templates/monoblue/fileannotate.tmpl @ 30708:011122b3b1c4

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.
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 28 Dec 2016 15:48:17 -0700
parents 264e88901c44
children 265196cd7d7f
line wrap: on
line diff
--- 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 @@
         <li class="current">annotate</li>
         <li><a href="{url|urlescape}diff/{symrev}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
         <li><a href="{url|urlescape}comparison/{symrev}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
-        <li><a href="{url|urlescape}raw-annotate/{symrev}/{file|urlescape}">raw</a></li>
+        <li><a href="{url|urlescape}raw-file/{symrev}/{file|urlescape}">raw</a></li>
     </ul>
 
     <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2>