597da245ce41
Whitespace changes.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 02 Mar 2010 19:01:44 -0500 |
parents | 2d471b406299 |
children | 69368d3b3fa4 |
branches/tags | (none) |
files | review/api.py |
Changes
--- a/review/api.py Tue Mar 02 19:00:45 2010 -0500 +++ b/review/api.py Tue Mar 02 19:01:44 2010 -0500 @@ -555,9 +555,11 @@ cmdutil.commit(ui, repo, _commitfunc, [objectpath], { 'message': self.delete_message % self.node, 'addremove': True, }) + @property def local_datetime(self): return _datetime_from_hgdate(self.hgdate) + class ReviewComment(_ReviewObject): """A single review comment.