b30379368b53 webui

Fix a bug in the debug-printing of comments.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 06 Feb 2010 06:38:19 -0500
parents 666bc8af55a3
children 474bb295c5f8
branches/tags webui
files review/api.py

Changes

--- a/review/api.py	Thu Nov 12 20:54:09 2009 -0500
+++ b/review/api.py	Sat Feb 06 06:38:19 2010 -0500
@@ -569,7 +569,7 @@
         
         return '\n'.join(map(str, [
             self.author,
-            self.datetime,
+            self.hgdate,
             self.node,
             self.filename,
             self.lines,