review/files.py @ 78d9f73badd9

web: refactoring, colorbox changes, avatar border-radii
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Jun 2010 20:57:12 -0400
parents 34df61cd0a47
children 9af83b8976fb
"""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"""