Changeset 576 in tailor
- Timestamp:
- 08/15/05 18:28:28 (8 years ago)
- Hash name:
- 20050815162828-97f81-adb7b179cc60ecd1b21ad5fe012a8ad4505bb9cf
- File:
-
- 1 edited
-
vcpx/source.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/source.py
r574 r576 132 132 finally: 133 133 # For whatever reason we exit the loop, save the last state 134 self.state_file.write(last.revision, self.pending) 134 if last is not None: 135 self.state_file.write(last.revision, self.pending) 135 136 136 137 return last, conflicts
Note: See TracChangeset
for help on using the changeset viewer.
