diff --git a/templates/map-log.compact b/templates/map-log.compact --- a/templates/map-log.compact +++ b/templates/map-log.compact @@ -1,4 +1,7 @@ -template = '{rev}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n' +template = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n' +start_tags = '[' +tag = '{tag},' +last_tag = '{tag}]' start_parents = ':' parent = '{rev},' last_parent = '{rev}'