templates/map-cmdline.compact
author Vadim Gelfer <vadim.gelfer@gmail.com>
Wed, 12 Jul 2006 08:59:20 -0700
changeset 2601 00fc88b0b256
parent 1919 8f565af14095
permissions -rw-r--r--
move most of tag code to localrepository class.

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