review/files.py @ 53acdea3cf0a

bundled/markdown2: hack together an 'imgless' extra

Because I'd rather not have people posting porn on the demo site.
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Jun 2010 23:04:40 -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"""