Changeset 652

Show
Ignore:
Timestamp:
06/25/08 12:10:10 (7 months ago)
Author:
dustin@v.igoro.us
Message:

fix-buildstatus-upgrade.patch
Upgrading from version 2 to 3 of BuildStatus? had an incorrect call to
properties.update. Closes #295.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildbot/status/builder.py

    r630 r652  
    12381238        propdict = self.properties 
    12391239        self.properties = Properties() 
    1240         self.properties.update(propdict
     1240        self.properties.update(propdict, "Upgrade from previous version"
    12411241 
    12421242    def upgradeLogfiles(self):