Changeset 1253 in tailor
- Timestamp:
- 08/16/06 22:37:06 (7 years ago)
- Hash name:
- 20060816203706-4a7ac-cdba9c1c257a771ea1d6fea0078fd6ee4690b493
- File:
-
- 1 edited
-
vcpx/changes.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/changes.py
r1245 r1253 49 49 if self.new_revision: 50 50 s += ' to ' + self.new_revision 51 elif self.action_kind == self.DELETED: 52 if self.new_revision: 53 s += ' at ' + self.new_revision 51 54 else: 52 55 s += ' from ' + self.old_name
Note: See TracChangeset
for help on using the changeset viewer.
