Changeset 24 in tailor
- Timestamp:
- 06/22/04 15:54:31 (9 years ago)
- Hash name:
- 20040622135431-97f81-43be7c47a54681d9b31d05639017a330b9d0c580
- File:
-
- 1 edited
-
vcpx/changes.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/changes.py
r22 r24 100 100 for e in self.entries]))) 101 101 s.append('Log: %s' % self.log) 102 return '\n'.join(s) 102 103 103 104 def addedEntries(self): … … 113 114 """ 114 115 115 return [e for e in self.entries if e.action_kind == e.UPDATE ]116 return [e for e in self.entries if e.action_kind == e.UPDATED] 116 117 117 118 def removedEntries(self):
Note: See TracChangeset
for help on using the changeset viewer.
