templates/map-cmdline.compact
author Matt Mackall <mpm@selenic.com>
Tue, 05 Dec 2006 16:28:56 -0600
changeset 3799 58133ba5847d
parent 1919 8f565af14095
permissions -rw-r--r--
Allow topics to be callables

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