review/templates.py @ 1f2f3cb23ac3

Add real date and time support to the API, and use it in the UI.
author Steve Losh <steve@stevelosh.com>
date Sat, 10 Oct 2009 16:58:14 -0400
parents 9df20fad6514
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"""