Changeset 356 in tailor for vcpx/changes.py
- Timestamp:
- 06/10/05 01:51:48 (8 years ago)
- Hash name:
- 20050609235148-97f81-d10ea88716ec8339a8e11af1578af473af6200e9
- File:
-
- 1 edited
-
vcpx/changes.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/changes.py
r336 r356 38 38 self.action_kind = None 39 39 self.status = None 40 self.unidiff = None 40 self.unidiff = None # This is the unidiff of this particular entry 41 41 42 42 def __str__(self): … … 112 112 self.log = log 113 113 self.entries = entries or [] 114 self.unidiff = None # This is the unidiff of the whole changeset 114 115 115 116 def addEntry(self, entry, revision):
Note: See TracChangeset
for help on using the changeset viewer.
