templates/map-cmdline.compact
author Eung-Ju Park <eungju@gmail.com>
Tue, 28 Mar 2006 09:24:29 -0800
changeset 2013 65634e1038dd
parent 1919 8f565af14095
permissions -rw-r--r--
Fix error on Windows if "hg log | more" exits.

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