review/templates.py @ 351195574f80

Add a test for initializing clones.
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Oct 2009 21:22:38 -0400
parents 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"""