changeset 242:2277916cd728

what i meant
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 22 Dec 2011 15:20:15 -0800
parents 6c72a6f29fc8
children 5329606eb113
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,