diff tests/test-highlight.t @ 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 d86b54d9bb0c
children eb7de21b15be
line wrap: on
line diff
--- a/tests/test-highlight.t	Wed Jan 04 10:35:04 2017 -0800
+++ b/tests/test-highlight.t	Wed Dec 28 15:48:17 2016 -0700
@@ -236,7 +236,7 @@
   <li><a href="/comparison/tip/primes.py">comparison</a></li>
   <li class="active">annotate</li>
   <li><a href="/log/tip/primes.py">file log</a></li>
-  <li><a href="/raw-annotate/tip/primes.py">raw</a></li>
+  <li><a href="/raw-file/tip/primes.py">raw</a></li>
   </ul>
   <ul>
   <li><a href="/help">help</a></li>