# HG changeset patch # User Jeff Hammel # Date 1324596127 28800 # Node ID 5329606eb11301e3a6771cae66172dbc0d50f1fc # Parent 2277916cd7280c29a9c050ee18102010932df645 again, what i meant diff -r 2277916cd728 -r 5329606eb113 autobot/changes/poller.py --- a/autobot/changes/poller.py Thu Dec 22 15:20:15 2011 -0800 +++ b/autobot/changes/poller.py Thu Dec 22 15:22:07 2011 -0800 @@ -228,7 +228,7 @@ self.master.addChange(author=self.commitInfo['name'], revision=rev, files=self.commitInfo['files'], - comments=comments, + comments=self.commitInfo['comments'], when_timestamp=self.commitInfo['timestamp'], branch=self.branch, category=self.category,