[PATCH 3 of 4] paper: define searchhint message in map file and use it in other templates

Alexander Plavin alexander at plav.in
Fri Aug 2 16:39:14 CDT 2013


# HG changeset patch
# User Alexander Plavin <alexander at plav.in>
# Date 1374700345 -14400
#      Thu Jul 25 01:12:25 2013 +0400
# Node ID 1fe956e499f2996d4b63ae04c2ec99fe39e89302
# Parent  9f6c511249aca1e16fd1a50764cc014bcd8b9d85
paper: define searchhint message in map file and use it in other templates

diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/bookmarks.tmpl
--- a/mercurial/templates/paper/bookmarks.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/bookmarks.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -38,8 +38,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/branches.tmpl
--- a/mercurial/templates/paper/branches.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/branches.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -38,8 +38,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/changeset.tmpl
--- a/mercurial/templates/paper/changeset.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/changeset.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -36,8 +36,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">{desc|strip|escape|websub|nonempty}</div>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/error.tmpl
--- a/mercurial/templates/paper/error.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/error.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -29,8 +29,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30"></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/fileannotate.tmpl
--- a/mercurial/templates/paper/fileannotate.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/fileannotate.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -42,8 +42,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">{desc|strip|escape|websub|nonempty}</div>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/filecomparison.tmpl
--- a/mercurial/templates/paper/filecomparison.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/filecomparison.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -41,8 +41,7 @@
 <form class="search" action="{url|urlescape}log">
 <p>{sessionvars%hiddenformentry}</p>
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">{desc|strip|escape|websub|nonempty}</div>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/filediff.tmpl
--- a/mercurial/templates/paper/filediff.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/filediff.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -41,8 +41,7 @@
 <form class="search" action="{url|urlescape}log">
 <p>{sessionvars%hiddenformentry}</p>
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">{desc|strip|escape|websub|nonempty}</div>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/filelog.tmpl
--- a/mercurial/templates/paper/filelog.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/filelog.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -49,8 +49,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="navigate">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/filerevision.tmpl
--- a/mercurial/templates/paper/filerevision.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/filerevision.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -40,8 +40,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="description">{desc|strip|escape|websub|nonempty}</div>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/graph.tmpl
--- a/mercurial/templates/paper/graph.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/graph.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -43,8 +43,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="navigate">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/help.tmpl
--- a/mercurial/templates/paper/help.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/help.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -28,8 +28,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 <div id="doc">
 {rstdoc(doc, "html")}
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/helptopics.tmpl
--- a/mercurial/templates/paper/helptopics.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/helptopics.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -26,8 +26,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 <table class="bigtable">
 <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/manifest.tmpl
--- a/mercurial/templates/paper/manifest.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/manifest.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -35,8 +35,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/map
--- a/mercurial/templates/paper/map	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/map	Thu Jul 25 01:12:25 2013 +0400
@@ -243,3 +243,5 @@
 urlparameter = '{separator}{name}={value|urlescape}'
 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
 breadcrumb = '> <a href="{url|urlescape}">{name|escape}</a> '
+
+searchhint = 'find changesets by author, revision, files, or words in the commit message'
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/search.tmpl
--- a/mercurial/templates/paper/search.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/search.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -26,8 +26,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" value="{query|escape}"></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="navigate">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/shortlog.tmpl
--- a/mercurial/templates/paper/shortlog.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/shortlog.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -45,8 +45,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" value="{query|escape}" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <div class="navigate">
diff -r 9f6c511249ac -r 1fe956e499f2 mercurial/templates/paper/tags.tmpl
--- a/mercurial/templates/paper/tags.tmpl	Wed Jul 24 03:08:02 2013 +0400
+++ b/mercurial/templates/paper/tags.tmpl	Thu Jul 25 01:12:25 2013 +0400
@@ -37,8 +37,7 @@
 <form class="search" action="{url|urlescape}log">
 {sessionvars%hiddenformentry}
 <p><input name="rev" id="search1" type="text" size="30" /></p>
-<div id="hint">find changesets by author, revision,
-files, or words in the commit message</div>
+<div id="hint">{searchhint}</div>
 </form>
 
 <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-help.t
--- a/tests/test-help.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-help.t	Thu Jul 25 01:12:25 2013 +0400
@@ -923,8 +923,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   <table class="bigtable">
   <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
@@ -1483,8 +1482,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   <div id="doc">
   <p>
@@ -1649,8 +1647,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   <div id="doc">
   <p>
@@ -1845,8 +1842,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   <div id="doc">
   <h1>Specifying Single Revisions</h1>
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-commands.t
--- a/tests/test-hgweb-commands.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-commands.t	Thu Jul 25 01:12:25 2013 +0400
@@ -258,8 +258,7 @@
   <form class="search" action="/log">
   
   <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>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -362,8 +361,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">base</div>
@@ -498,8 +496,7 @@
   <form class="search" action="/log">
   
   <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>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -614,8 +611,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">Added tag 1.0 for changeset 2ef0ac749a14</div>
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-descend-empties.t
--- a/tests/test-hgweb-descend-empties.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-descend-empties.t	Thu Jul 25 01:12:25 2013 +0400
@@ -76,8 +76,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-diffs.t
--- a/tests/test-hgweb-diffs.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-diffs.t	Thu Jul 25 01:12:25 2013 +0400
@@ -84,8 +84,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">a</div>
@@ -246,8 +245,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">b</div>
@@ -348,8 +346,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">a</div>
@@ -514,8 +511,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">b</div>
@@ -613,8 +609,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">a</div>
@@ -734,8 +729,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">c</div>
@@ -857,8 +851,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">d</div>
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-empty.t
--- a/tests/test-hgweb-empty.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-empty.t	Thu Jul 25 01:12:25 2013 +0400
@@ -63,8 +63,7 @@
   <form class="search" action="/log">
   
   <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>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -158,8 +157,7 @@
   <form class="search" action="/log">
   
   <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>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -249,8 +247,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -385,8 +382,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-filelog.t
--- a/tests/test-hgweb-filelog.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-filelog.t	Thu Jul 25 01:12:25 2013 +0400
@@ -170,8 +170,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -279,8 +278,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -388,8 +386,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -492,8 +489,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="navigate">
@@ -576,8 +572,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30"></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb-removed.t
--- a/tests/test-hgweb-removed.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb-removed.t	Thu Jul 25 01:12:25 2013 +0400
@@ -65,8 +65,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">del</div>
@@ -190,8 +189,7 @@
   <form class="search" action="/log">
   <p></p>
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">del</div>
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-hgweb.t
--- a/tests/test-hgweb.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-hgweb.t	Thu Jul 25 01:12:25 2013 +0400
@@ -81,8 +81,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30"></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">
@@ -171,8 +170,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30"></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">
@@ -249,8 +247,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <table class="bigtable">
diff -r 9f6c511249ac -r 1fe956e499f2 tests/test-highlight.t
--- a/tests/test-highlight.t	Wed Jul 24 03:08:02 2013 +0400
+++ b/tests/test-highlight.t	Thu Jul 25 01:12:25 2013 +0400
@@ -109,8 +109,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">a</div>
@@ -240,8 +239,7 @@
   <form class="search" action="/log">
   
   <p><input name="rev" id="search1" type="text" size="30" /></p>
-  <div id="hint">find changesets by author, revision,
-  files, or words in the commit message</div>
+  <div id="hint">find changesets by author, revision, files, or words in the commit message</div>
   </form>
   
   <div class="description">a</div>


More information about the Mercurial-devel mailing list