review/file_templates.py @ d22951120189 webui

Changes to become Python 2.5 compatible
author David Douard <david.douard@logilab.fr>
date Sat, 06 Feb 2010 13:30:55 +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"""