Changeset 335 in tailor for vcpx/changes.py
- Timestamp:
- 05/21/05 03:24:16 (8 years ago)
- Hash name:
- 20050521012416-97f81-2a884fe2adc67c931c57dd1fcb2c6ba2e6195c79
- File:
-
- 1 edited
-
vcpx/changes.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/changes.py
r311 r335 33 33 __slots__ = ('name', 'old_name', 34 34 'old_revision', 'new_revision', 35 'action_kind', 'status' )35 'action_kind', 'status', 'unidiff') 36 36 37 37 def __init__(self, name): … … 42 42 self.action_kind = None 43 43 self.status = None 44 self.unidiff = None 44 45 45 46 def __str__(self):
Note: See TracChangeset
for help on using the changeset viewer.
