Mercurial > hg
changeset 13933:3d83c7d70a98
compact style: show bookmarks in the same manner as tags
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 13 Apr 2011 13:06:35 -0500 |
parents | 34f577007ffe |
children | ebe1ddbbefd7 |
files | mercurial/templates/map-cmdline.compact |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/map-cmdline.compact Wed Apr 13 12:30:41 2011 -0500 +++ b/mercurial/templates/map-cmdline.compact Wed Apr 13 13:06:35 2011 -0500 @@ -1,4 +1,4 @@ -changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n' +changeset = '{rev}{tags}{bookmarks}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n' changeset_quiet = '{rev}:{node|short}\n' changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n' start_tags = '[' @@ -7,3 +7,6 @@ start_parents = ':' parent = '{rev},' last_parent = '{rev}' +start_bookmarks = '[' +bookmark = '{bookmark},' +last_bookmark = '{bookmark}]'