Mercurial > hg
comparison mercurial/templates/monoblue/changeset.tmpl @ 35061:e9a8a941950a
hgweb: move changeset "tags" to a template in map file (gitweb and monoblue)
Less duplication and it's also easier to add extra "tags" everywhere at once.
These aren't tags as defined `hg help glossary` (hence the quotes), they are
simply called that. They include branch name (in different styles if changeset
is a head of that branch or not), (actual) tags and bookmarks. Good candidates
to add to this list would be changeset phase and obsoletion status.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 15 Nov 2017 19:36:16 +0800 |
parents | f9b23fa35cb3 |
children | e397f8585953 |
comparison
equal
deleted
inserted
replaced
35060:f9b23fa35cb3 | 35061:e9a8a941950a |
---|---|
33 <h2 class="no-link no-border">changeset</h2> | 33 <h2 class="no-link no-border">changeset</h2> |
34 | 34 |
35 <h3 class="changeset"> | 35 <h3 class="changeset"> |
36 <a href="{url|urlescape}raw-rev/{node|short}"> | 36 <a href="{url|urlescape}raw-rev/{node|short}"> |
37 {desc|strip|escape|firstline|nonempty} | 37 {desc|strip|escape|firstline|nonempty} |
38 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span> | 38 {alltags} |
39 </a> | 39 </a> |
40 </h3> | 40 </h3> |
41 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p> | 41 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p> |
42 | 42 |
43 <dl class="overview"> | 43 <dl class="overview"> |