mercurial/templates/map-cmdline.compact
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 17:06:57 -0700
changeset 21489 f245c1fc7e96
parent 13933 3d83c7d70a98
child 28827 1e184241de51
permissions -rw-r--r--
run-tests: remove some legacy code around result handling unittest handles all results now. We no longer need to manually keep track of results.

changeset = '{rev}{tags}{bookmarks}{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}'
start_bookmarks = '['
bookmark = '{bookmark},'
last_bookmark = '{bookmark}]'