##// END OF EJS Templates
print tags in compact template.
print tags in compact template.

File last commit:

r1908:be71c04d default
r1908:be71c04d default
Show More
map-log.compact
7 lines | 224 B | text/plain | TextLexer
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}'