review/files.py @ 5101c0cba85d

bundled: add markdown2
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Jun 2010 22:28:31 -0400
parents 9af83b8976fb
children (none)
"""Templates for hg-review's data files."""

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

%s"""

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

%s"""