templates/map-log.compact
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 27 Feb 2006 13:25:40 -0800
changeset 1908 be71c04d62c0
parent 1907 7718885070b1
child 1913 74cf2b2f43d4
permissions -rw-r--r--
print tags in compact template.

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}'