Changeset 1625 in tailor
- Timestamp:
- 06/05/08 02:02:00 (5 years ago)
- Hash name:
- 20080605000200-97f81-e6e246f166619467b498f9592e35a7b1e4a862db
- File:
-
- 1 edited
-
vcpx/repository/darcs/source.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/darcs/source.py
r1604 r1625 167 167 del self.entries[i] 168 168 return None 169 elif e.action_kind == e.DELETED and e.is_directory and \ 170 entry.name.startswith(e.name+'/'): 171 self.entries.insert(i, entry) 172 return e 169 173 170 174 # The "rename A B; rename B C" to "rename A C" part
Note: See TracChangeset
for help on using the changeset viewer.
