view templates/map-log.compact @ 1908:be71c04d62c0

print tags in compact template.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 27 Feb 2006 13:25:40 -0800
parents 7718885070b1
children 74cf2b2f43d4
line wrap: on
line source

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