[Buildbot-commits] [buildbot/buildbot] f88b6d: Revert the change to add a new keyword argument to...
noreply at github.com
noreply at github.com
Sat Sep 3 22:03:55 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: f88b6d09de6552e08febec0bf7d5c26a85a20897
https://github.com/buildbot/buildbot/commit/f88b6d09de6552e08febec0bf7d5c26a85a20897
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-09-03 (Sat, 03 Sep 2011)
Changed paths:
M master/buildbot/changes/pb.py
M master/buildbot/clients/sendchange.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_clients_sendchange.py
M master/contrib/bitbucket_buildbot.py
M master/contrib/bzr_buildbot.py
M master/contrib/git_buildbot.py
M master/contrib/github_buildbot.py
M master/contrib/svn_buildbot.py
M master/contrib/viewcvspoll.py
Log Message:
-----------
Revert the change to add a new keyword argument to perspective_addChange
Rather than add a new keyword argument (which will be rejected when a
new client connects to an old master), this adds 'src' to the change
dict; this will be ignored by old masters. Fixes #2094.
More information about the Commits
mailing list