Skip to content

Commit

Permalink
add 'project' support to svnpoller
Browse files Browse the repository at this point in the history
When using SVNPoller( ... , project='myproject' ), project is always empty.
This patch fixes it.
  • Loading branch information
starox committed May 11, 2012
1 parent 14f369e commit e45c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/svnpoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SVNPoller(base.PollingChangeSource, util.ComparableMixin):
"""

compare_attrs = ["svnurl", "split_file",
"svnuser", "svnpasswd",
"svnuser", "svnpasswd", "project",
"pollInterval", "histmax",
"svnbin", "category", "cachepath"]

Expand Down

0 comments on commit e45c5af

Please sign in to comment.