view templates/map-log.compact @ 1911:c6014ff742c5

add extra newline to verbose log template. asak found this.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 27 Feb 2006 21:37:57 -0800
parents be71c04d62c0
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}'