# HG changeset patch # User Jeff Hammel # Date 1324596015 28800 # Node ID 2277916cd7280c29a9c050ee18102010932df645 # Parent 6c72a6f29fc89165a971d53a0f1761414549a140 what i meant diff -r 6c72a6f29fc8 -r 2277916cd728 autobot/changes/poller.py --- a/autobot/changes/poller.py Thu Dec 22 15:16:12 2011 -0800 +++ b/autobot/changes/poller.py Thu Dec 22 15:20:15 2011 -0800 @@ -227,7 +227,7 @@ log.msg("parent: %s, %s" % (self.parent, getattr(self.parent, 'module', None))) self.master.addChange(author=self.commitInfo['name'], revision=rev, - files=files, + files=self.commitInfo['files'], comments=comments, when_timestamp=self.commitInfo['timestamp'], branch=self.branch,