diff mercurial/templates/paper/filerevision.tmpl @ 19795:ac08ff370977

paper: define searchhint message in map file and use it in other templates
author Alexander Plavin <alexander@plav.in>
date Thu, 25 Jul 2013 01:12:25 +0400
parents b5e3f2b1d5e9
children 9ea9e94c7492
line wrap: on
line diff
--- a/mercurial/templates/paper/filerevision.tmpl	Mon Sep 23 14:28:01 2013 -0700
+++ 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>