bbangert /
buildbot-xmlrpc
Buildbot fork with additional XMLRPC methods and bugfixes.
Clone URL : http://bitbucket.org/bbangert/buildbot-xmlrpc/ (size: 1.9 MB)
| commit 704: | 2d7a660eece8 |
| parent 703: | f8281ade6a18 |
| branch: | default |
(closes #328) use read(n) instead of the (now-removed) extract method (patch from xyld)
4 months ago
Changed (Δ2 bytes):
raw changeset »
buildbot/changes/hgbuildbot.py (1 lines added, 1 lines removed)
Up to file-list buildbot/changes/hgbuildbot.py:
| … | … | @@ -83,7 +83,7 @@ def hook(ui, repo, hooktype, node=None, |
83 |
83 |
for rev in xrange(start, end): |
84 |
84 |
# send changeset |
85 |
85 |
n = repo.changelog.node(rev) |
86 |
changeset |
|
86 |
changeset=repo.changelog.read(n) |
|
87 |
87 |
change = { |
88 |
88 |
'master': master, |
89 |
89 |
# note: this is more likely to be a full email address, which |
