diff tests/test-hgweb-commands.t @ 32760:58f3088aa2f5

hgweb: consolidate search form for gitweb
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 09 Jun 2017 13:42:38 -0700
parents cba4461aa0a0
children cb5123eff7d1
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t	Fri Jun 09 13:41:10 2017 -0700
+++ b/tests/test-hgweb-commands.t	Fri Jun 09 13:42:38 2017 -0700
@@ -1533,12 +1533,15 @@
   <div class="page_header">
   <a href="https://mercurial-scm.org/" title="Mercurial" style="float: right;">Mercurial</a>
   <a href="/">Mercurial</a>  / summary
+  
+  
   <form action="/log">
   <input type="hidden" name="style" value="gitweb" />
   <div class="search">
-  <input type="text" name="rev"  />
+  <input type="text" name="rev" value="" />
   </div>
   </form>
+  
   </div>
   
   <div class="page_nav">
@@ -1734,12 +1737,14 @@
   <a href="/">Mercurial</a>  / graph
   </div>
   
+  
   <form action="/log">
   <input type="hidden" name="style" value="gitweb" />
   <div class="search">
-  <input type="text" name="rev"  />
+  <input type="text" name="rev" value="" />
   </div>
   </form>
+  
   <div class="page_nav">
   <a href="/summary?style=gitweb">summary</a> |
   <a href="/shortlog/tip?style=gitweb">shortlog</a> |