Changeset 841 in tailor
- Timestamp:
- 09/24/05 22:29:17 (8 years ago)
- Hash name:
- 20050924202917-d4f9e-b2a021efc010194fbaee4619a7bdab6d1048a106
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r840 r841 119 119 def parent_was_copied_externally(n): 120 120 for p in self.external_copies: 121 # Check if this was in fact a parent 122 if len(p) < len(n) and n[0:len(p)] == p: 121 if n.startswith(p): 123 122 return True 124 123 return False
Note: See TracChangeset
for help on using the changeset viewer.
