templates/map-cmdline.compact
author Sune Foldager <cryo@cyanite.org>
Sat, 04 Oct 2008 10:14:39 +0200
changeset 7062 efc579fdaf69
parent 1919 8f565af14095
child 8342 b24290c72a1d
permissions -rw-r--r--
provide nicer feedback when an unknown node id is passed to a command Previously, an unknown node id would lead to the following error: abort: 00changelog.i@343445453433: no node! All other unknown revision would instead display as: abort: unknown revision '343445453'! The former error message has been suppressed in favor of the latter.

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