Changeset 40 in tailor
- Timestamp:
- 06/30/04 18:07:01 (9 years ago)
- Hash name:
- 20040630160701-97f81-40aca21788c8f5a07f297bdd71ddde83350397d7
- File:
-
- 1 edited
-
vcpx/cvs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvs.py
r39 r40 213 213 for e in changeset.entries: 214 214 edir = dirname(join(root, e.name)) 215 if e.action_kind != e.DELETED and not exists(edir) ):215 if e.action_kind != e.DELETED and not exists(edir): 216 216 makedirs(edir) 217 217
Note: See TracChangeset
for help on using the changeset viewer.
