Skip to content

Commit

Permalink
Merge branch 'myfixes' of git://github.com/starox/buildbot
Browse files Browse the repository at this point in the history
* 'myfixes' of git://github.com/starox/buildbot:
  add 'project' support to svnpoller
  • Loading branch information
djmitche committed May 12, 2012
2 parents 588c516 + e45c5af commit 31d2e40
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 31d2e40

Please sign in to comment.