mercurial/cli-templates/map-cmdline.sglog @ 47c783bc17f8

Add the new style map files.
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Jan 2010 12:00:32 -0500
parents (none)
children 377ad9ef7931
changeset = '\033[0;33m{rev}\033[0m {desc|firstline|strip}{branches}{tags}\n\n'

changeset_verbose = '\033[0;33m{rev}\033[0m {desc|firstline|strip}{branches}{tags}\n\033[1;30m({date|age} by {author|person})\033[0m\n\n'

start_branches = ' '
branch = '\033[0;35m{branch}\033[0m'

start_tags = ' '
tag = '\033[0;33m{tag}\033[0m, '
last_tag = '\033[0;33m{tag}\033[0m'