Ticket #76: hgpoll.diff
| File hgpoll.diff, 0.9 KB (added by bhearsum, 2 years ago) |
|---|
-
buildbot/changes/hgpoller.py
RCS file: /cvsroot/mozilla/tools/buildbot/buildbot/changes/hgpoller.py,v retrieving revision 1.1 diff -u -r1.1 hgpoller.py
108 108 when = change["pubDate"], 109 109 branch = self.branch) 110 110 self.parent.addChange(c) 111 self.lastChange = max(self.lastPoll, *[c["pubDate"] for c in 112 change_list]) 111 if len(change_list) > 0: 112 self.lastChange = max(self.lastPoll, *[c["pubDate"] for c in 113 change_list]) 114 else: 115 self.lastChange = self.lastPoll 113 116
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)