Mercurial > public > mercurial-scm > hg
diff templates/gitweb/changeset.tmpl @ 3475:2ed139c3b328
hgweb: add revision numbers to changeset parent/child links
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 19 Oct 2006 15:58:43 -0700 |
parents | ce8f31e0b3b8 |
children | 3f444b82df9e |
line wrap: on
line diff
--- a/templates/gitweb/changeset.tmpl Thu Oct 19 16:55:34 2006 +0200 +++ b/templates/gitweb/changeset.tmpl Thu Oct 19 15:58:43 2006 -0700 @@ -1,5 +1,5 @@ #header# -<title>#repo|escape#: Changeset</title> +<title>{repo|escape}: changeset {rev}:{node|short}</title> <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for #repo|escape#"> </head> @@ -20,7 +20,7 @@ <table cellspacing="0"> <tr><td>author</td><td>#author|obfuscate#</td></tr> <tr><td></td><td>#date|date# (#date|age# ago)</td></tr> -<tr><td>changeset</td><td style="font-family:monospace">#node|short#</td></tr> +<tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> <tr><td>manifest</td><td style="font-family:monospace"><a class="list" href="{url}file/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr> #parent%changesetparent# #child%changesetchild#