Changeset 540 in tailor for vcpx/source.py


Ignore:
Timestamp:
08/09/05 23:58:05 (8 years ago)
Author:
lele@…
Hash name:
20050809215805-97f81-0c28bd6a6978400f7886550e79274f237a598584
Message:

Moved the state file up to WorkingDir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/source.py

    r527 r540  
    5555    Subclasses MUST override at least the _underscoredMethods. 
    5656    """ 
    57  
    58     def setStateFile(self, state_file): 
    59         """ 
    60         Set the state file used to store the revision and pending changesets. 
    61         """ 
    62  
    63         self.state_file = state_file 
    6457 
    6558    def applyPendingChangesets(self, applyable=None, replayable=None, 
Note: See TracChangeset for help on using the changeset viewer.