Changeset 504 in tailor
- Timestamp:
- 08/05/05 12:32:43 (8 years ago)
- Hash name:
- 20050805103243-97f81-45c8679bd0e51281c59a74a939f4513bc0c35e8c
- File:
-
- 1 edited
-
vcpx/source.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/source.py
r473 r504 94 94 for c in self.pending: 95 95 if not self._willApplyChangeset(root, c, applyable): 96 continue96 break 97 97 98 98 if logger: … … 133 133 def _willApplyChangeset(self, root, changeset, applyable=None): 134 134 """ 135 This gets called just before applying each changeset. The action136 won't be carried outif this returns False.137 138 Subclasses may use this to s kip some changeset, or to do whatever139 before application.135 This gets called just before applying each changeset. The whole 136 process will be stopped if this returns False. 137 138 Subclasses may use this to stop the process on some conditions, 139 or to do whatever before application. 140 140 """ 141 141
Note: See TracChangeset
for help on using the changeset viewer.
