review/file_templates.py @ e5f1f96f7d75 webui

Colorize output of the "hg review" command
author David Douard <david.douard@logilab.fr>
date Sat, 06 Feb 2010 15:19:53 +0100
parents 96a4cc60e57d
children (none)
"""Templates for hg-review's data files."""

COMMENT_FILE_TEMPLATE = """\
author:%s
hgdate:%s
node:%s
filename:%s
lines:%s

%s"""

SIGNOFF_FILE_TEMPLATE = """\
author:%s
hgdate:%s
node:%s
opinion:%s

%s"""