review/file_templates.py @ 96a4cc60e57d webui

Start adding infrastructure for the web interface.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Oct 2009 18:50:22 -0400
parents review/templates.py@1f2f3cb23ac3
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"""