templates/map-cmdline.compact
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 18 Oct 2006 18:10:21 +0200
changeset 3458 031aac7ec584
parent 1919 8f565af14095
permissions -rw-r--r--
Extended templating test for new branches and extra changeset info.

changeset = '{rev}{tags}{parents}   {node|short}   {date|isodate}   {author|user}\n  {desc|firstline|strip}\n\n'
changeset_quiet = '{rev}:{node|short}\n'
start_tags = '['
tag = '{tag},'
last_tag = '{tag}]'
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'