diff tests/test-hgweb-commands.t @ 12666:ead4e21f49f1

web: add a help view for getting hg help output
author Augie Fackler <durin42@gmail.com>
date Sat, 09 Oct 2010 12:27:14 -0500
parents d08bb64888bc
children d664547ef540
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t	Sat Oct 09 15:00:30 2010 -0500
+++ b/tests/test-hgweb-commands.t	Sat Oct 09 12:27:14 2010 -0500
@@ -205,6 +205,7 @@
   <li><a href="/graph/1d22e65f027e">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>
   <ul>
   <li><a href="/rev/1d22e65f027e">changeset</a></li>
@@ -213,6 +214,9 @@
   <ul>
   
   </ul>
+  <ul>
+   <li><a href="/help">help</a></li>
+  </ul>
   </div>
   
   <div class="main">
@@ -294,6 +298,7 @@
    <li><a href="/graph/2ef0ac749a14">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>
   <ul>
    <li class="active">changeset</li>
@@ -303,6 +308,9 @@
   <ul>
    
   </ul>
+  <ul>
+   <li><a href="/help">help</a></li>
+  </ul>
   </div>
   
   <div class="main">
@@ -627,7 +635,8 @@
   <a href="/graph?style=gitweb">graph</a> |
   <a href="/tags?style=gitweb">tags</a> |
   <a href="/branches?style=gitweb">branches</a> |
-  <a href="/file/1d22e65f027e?style=gitweb">files</a>
+  <a href="/file/1d22e65f027e?style=gitweb">files</a> |
+  <a href="/help?style=gitweb">help</a>
   <br/>
   </div>
   
@@ -778,7 +787,8 @@
   graph |
   <a href="/tags?style=gitweb">tags</a> |
   <a href="/branches?style=gitweb">branches</a> |
-  <a href="/file/1d22e65f027e?style=gitweb">files</a>
+  <a href="/file/1d22e65f027e?style=gitweb">files</a> |
+  <a href="/help?style=gitweb">help</a>
   <br/>
   <a href="/graph/2?style=gitweb&revcount=30">less</a>
   <a href="/graph/2?style=gitweb&revcount=120">more</a>