templates/map-cmdline.compact
author Matt Mackall <mpm@selenic.com>
Mon, 25 Jun 2007 12:44:48 -0500
changeset 4718 934275cd4526
parent 1919 8f565af14095
permissions -rw-r--r--
backout: report short hash in commit message

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