view templates/map-cmdline.compact @ 2847:a9f5d4149123

Combine manifest dict and flags dict into a single object This gets rid of the need to track two objects and might save memory. This might be faster implemented as a subclassed dict with auxiliary functions to access a sparse flags dict.
author Matt Mackall <mpm@selenic.com>
date Wed, 09 Aug 2006 14:53:03 -0500
parents 8f565af14095
children
line wrap: on
line source

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