Changeset 426 in tailor for vcpx/cvsps.py
- Timestamp:
- 07/25/05 23:40:28 (8 years ago)
- Hash name:
- 20050725214028-97f81-36aa171e639fa273afa4c08dc92c6b7f416b62dc
- File:
-
- 1 edited
-
vcpx/cvsps.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvsps.py
r420 r426 260 260 the name of the tag to get, or as a date if it starts with a number. 261 261 262 Return the effective cvsps revision.262 Return the last applied changeset. 263 263 """ 264 264 … … 336 336 last.revision) 337 337 338 return last .revision338 return last 339 339 340 340 def _willApplyChangeset(self, root, changeset, applyable=None):
Note: See TracChangeset
for help on using the changeset viewer.
