templates/map-log.compact
changeset 1908 be71c04d62c0
parent 1907 7718885070b1
child 1913 74cf2b2f43d4
--- a/templates/map-log.compact	Mon Feb 27 13:18:57 2006 -0800
+++ b/templates/map-log.compact	Mon Feb 27 13:25:40 2006 -0800
@@ -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}'