templates/map-cmdline.compact
author Matt Mackall <mpm@selenic.com>
Fri, 13 Oct 2006 17:58:04 -0500
changeset 3387 ba7c74081861
parent 1919 8f565af14095
permissions -rw-r--r--
merge: update dirstate correctly for non-branchmerge updates - we don't actually need the context in recordupdates - use -1 for filesize to force check on normal update - only record copy for branchmerges - forget moved files on update

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