Ticket #76: hgpoll.diff
| File hgpoll.diff, 0.9 kB (added by bhearsum, 1 year ago) |
|---|
-
buildbot/changes/hgpoller.py
old new 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)