review/files.py @ 2310846513b8

tests: factor out get_identifiers and log errors better
author Steve Losh <steve@stevelosh.com>
date Sat, 19 Jun 2010 15:43:22 -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"""