Skip to content

Commit

Permalink
Fixes #2304 (self.branch was always empty)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Alfonso committed May 22, 2012
1 parent 130637f commit cd3ffbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/steps/source/cvs.py
Expand Up @@ -46,6 +46,7 @@ def __init__(self, cvsroot=None, cvsmodule='', mode='incremental',
Source.__init__(self, **kwargs)

def startVC(self, branch, revision, patch):
self.branch = branch
self.revision = revision
self.stdio_log = self.addLog("stdio")
self.method = self._getMethod()
Expand Down

0 comments on commit cd3ffbf

Please sign in to comment.