Changeset 1129 in tailor
- Timestamp:
- 05/19/06 21:46:17 (7 years ago)
- Hash name:
- 20060519194617-97f81-a314f3a3c827edd894bd2eb55f6aa0ea93a44820
- File:
-
- 1 edited
-
vcpx/cvsps.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvsps.py
r1116 r1129 178 178 absentrydir = join(self.basedir, entrydir) 179 179 if not exists(absentrydir) or listdir(absentrydir) == ['CVS']: 180 # Oh, the directory is empty: if there are no other added entries 181 # in the directory, insert a REMOVE event against it. 182 for added in changeset.addedEntries(): 183 if added.name.startswith(entrydir): 184 # entrydir got empty, but only temporarily 185 return 186 180 187 deldir = changeset.addEntry(entrydir, None) 181 188 deldir.action_kind = deldir.DELETED
Note: See TracChangeset
for help on using the changeset viewer.
