Changeset 769 in tailor
- Timestamp:
- 09/05/05 13:38:54 (8 years ago)
- Hash name:
- 20050905113854-97f81-eb7ebdc8576ff969ed1d97c6a7f14272a5bf1b9f
- File:
-
- 1 edited
-
vcpx/svndump.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svndump.py
r768 r769 95 95 entry.text_length = textlength 96 96 if action <> 'delete': 97 entry.is_dir = fields ['Node-kind']== 'dir'97 entry.is_dir = fields.get('Node-kind', 'dir') == 'dir' 98 98 99 99 if 'Node-copyfrom-path' in fields:
Note: See TracChangeset
for help on using the changeset viewer.
