Skip to content

Commit

Permalink
persist patch_info in getAbsoluteSourceStamp
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Sep 19, 2011
1 parent 54c1d14 commit 1061e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/sourcestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def mergeWith(self, others):
def getAbsoluteSourceStamp(self, got_revision):
return SourceStamp(branch=self.branch, revision=got_revision,
patch=self.patch, repository=self.repository,
patch_info=self.patch_info,
project=self.project, changes=self.changes,
_ignoreChanges=True)

Expand Down

0 comments on commit 1061e10

Please sign in to comment.