templates/map-cmdline.compact
author Matt Mackall <mpm@selenic.com>
Wed, 22 Jul 2009 00:28:37 -0500
changeset 9185 d9a2e6327949
parent 8342 b24290c72a1d
permissions -rw-r--r--
fetch: drop force arg for commit (issue1752) This appears to be unneeded and forces fetch commits to examine clean files.

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