Changeset 2503

Show
Ignore:
Timestamp:
07/21/07 19:16:29 (1 year ago)
Author:
lewisbaker
Message:

PerforcePlugin:

Fix incompatiblity with changes to CachedRepository? class in Trac 0.10.4.
Need to set 'youngest' attribute in sync() method.

Fixes #1655

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • perforceplugin/trunk/p4trac/api.py

    r1728 r2503  
    278278            finally: 
    279279                self.repos.authz = authz 
     280 
     281        self.youngest = youngestStored 
    280282 
    281283    def get_changesets(self, start, stop):