templates/map-cmdline.compact
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 06 Aug 2006 16:03:02 +0200
changeset 2785 58a679745b38
parent 1919 8f565af14095
permissions -rw-r--r--
mailbomb: add a comment and remove the bcc in a more pythonic way

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