Changeset 1521 in tailor for vcpx/dualwd.py
- Timestamp:
- 05/21/08 03:16:21 (5 years ago)
- Hash name:
- 20080521011621-97f81-e59b203d556b383dc956b1a44bf109f05e94a605
- File:
-
- 1 edited
-
vcpx/dualwd.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/dualwd.py
r1413 r1521 93 93 94 94 def applyPendingChangesets(self, applyable=None, replay=None, applied=None): 95 def pre_replay(changeset): 96 if applyable and not applyable(changeset): 97 return 98 return self.target._prepareToReplayChangeset(changeset) 99 95 100 return self.source.applyPendingChangesets(replay=self.replayChangeset, 96 applyable= applyable,101 applyable=pre_replay, 97 102 applied=applied) 98 103
Note: See TracChangeset
for help on using the changeset viewer.
