Mercurial > hg
diff mercurial/templates/raw/map @ 19429:c8490dcc5fb3
hgweb: add changelog and search templates to raw style
This will make testing hgweb search and other things simpler and more concise,
as there is no extra HTML code in the raw style.
author | Alexander Plavin <me@aplavin.ru> |
---|---|
date | Tue, 09 Jul 2013 02:08:24 +0400 |
parents | 323de4f49bd1 |
children | 47aea60d114d |
line wrap: on
line diff
--- a/mercurial/templates/raw/map Fri Jul 12 16:01:11 2013 +0400 +++ b/mercurial/templates/raw/map Tue Jul 09 02:08:24 2013 +0400 @@ -1,5 +1,9 @@ default = 'shortlog' shortlog = "'raw' is not a browsable style" +changelog = changelog.tmpl +changelogentry = logentry.tmpl +search = search.tmpl +searchentry = logentry.tmpl mimetype = 'text/plain; charset={encoding}' header = '' footer = ''