# HG changeset patch # User Steve Losh # Date 1265456299 18000 # Node ID b30379368b53ed59fb74ca5588cac091657ea506 # Parent 666bc8af55a3f82b1c1fa44b3be76108cdd66da6 Fix a bug in the debug-printing of comments. diff -r 666bc8af55a3 -r b30379368b53 review/api.py --- 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,