mercurial/templates/map-cmdline.compact
author Steve Losh <steve@stevelosh.com>
Fri, 12 Feb 2010 19:59:09 -0500
changeset 10438 e6dc44147234
parent 9999 f91e5630ce7e
child 13933 3d83c7d70a98
permissions -rw-r--r--
util: add any() and all() functions for Python 2.4 compatibility This patch adds these two very useful functions to the mercurial.util module, because they are not present in Python 2.4.

changeset = '{rev}{tags}{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}'