Show More
@@ -322,7 +322,8 b' class memgittreemanifestctx(object):' | |||||
322 | for part in comps: |
|
322 | for part in comps: | |
323 | parent = trees[full] |
|
323 | parent = trees[full] | |
324 | try: |
|
324 | try: | |
325 |
|
|
325 | parent_tree_id = parent[pycompat.fsdecode(part)].id | |
|
326 | new = self._repo[parent_tree_id] | |||
326 | except KeyError: |
|
327 | except KeyError: | |
327 | # new directory |
|
328 | # new directory | |
328 | new = None |
|
329 | new = None |
General Comments 0
You need to be logged in to leave comments.
Login now