Mercurial > hg-stable
diff tests/test-hgweb-commands.t @ 19396:afc23eddc324
hgweb: show current search query in the input field
author | Alexander Plavin <me@aplavin.ru> |
---|---|
date | Thu, 11 Jul 2013 17:01:54 +0400 |
parents | f2e4fdb3dd27 |
children | c3cdba6e5d7f |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Sun Jul 14 17:23:07 2013 +0200 +++ b/tests/test-hgweb-commands.t Thu Jul 11 17:01:54 2013 +0400 @@ -289,7 +289,7 @@ <form class="search" action="/log"> - <p><input name="rev" id="search1" type="text" size="30" /></p> + <p><input name="rev" id="search1" type="text" size="30" value="" /></p> <div id="hint">find changesets by author, revision, files, or words in the commit message</div> </form> @@ -525,7 +525,7 @@ <form class="search" action="/log"> - <p><input name="rev" id="search1" type="text" size="30"></p> + <p><input name="rev" id="search1" type="text" size="30" value="base"></p> <div id="hint">find changesets by author, revision, files, or words in the commit message</div> </form>