Mercurial > hg-stable
diff tests/test-hgweb-filelog.t @ 12680:d664547ef540
hgweb: add help link to templates missed in ead4e21f49f1
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 09 Oct 2010 17:58:48 -0500 |
parents | b5538f89e5aa |
children | a2dc8819bb0d |
line wrap: on
line diff
--- a/tests/test-hgweb-filelog.t Sat Oct 09 17:58:54 2010 -0500 +++ b/tests/test-hgweb-filelog.t Sat Oct 09 17:58:48 2010 -0500 @@ -149,6 +149,9 @@ <li class="active">file log</li> <li><a href="/raw-file/01de2d66a28d/a">raw</a></li> </ul> + <ul> + <li><a href="/help">help</a></li> + </ul> </div> <div class="main"> @@ -244,6 +247,9 @@ <li class="active">file log</li> <li><a href="/raw-file/01de2d66a28d/a">raw</a></li> </ul> + <ul> + <li><a href="/help">help</a></li> + </ul> </div> <div class="main"> @@ -339,6 +345,9 @@ <li class="active">file log</li> <li><a href="/raw-file/5ed941583260/a">raw</a></li> </ul> + <ul> + <li><a href="/help">help</a></li> + </ul> </div> <div class="main"> @@ -429,6 +438,9 @@ <li class="active">file log</li> <li><a href="/raw-file/5ed941583260/a">raw</a></li> </ul> + <ul> + <li><a href="/help">help</a></li> + </ul> </div> <div class="main"> @@ -503,6 +515,7 @@ <li><a href="/graph">graph</a></li> <li><a href="/tags">tags</a></li> <li><a href="/branches">branches</a></li> + <li><a href="/help">help</a></li> </ul> </div> @@ -564,6 +577,7 @@ <a href="/branches?style=spartan">branches</a> <a href="/file/b7682196df1c/c?style=spartan">file</a> <a href="/annotate/b7682196df1c/c?style=spartan">annotate</a> + <a href="/help?style=spartan">help</a> <a type="application/rss+xml" href="/rss-log/tip/c">rss</a> <a type="application/atom+xml" href="/atom-log/tip/c" title="Atom feed for test:c">atom</a> </div>