1199
1199
(index, subpath) = self._lookup_index(entry.path)
1200
1200
index[subpath] = index_entry_from_stat(st, entry.sha, 0)
1202
def _update_git_tree(self, old_revision, new_revision, change_reporter=None,
1203
self, old_revision, new_revision, change_reporter=None,
1204
1205
basis_tree = self.revision_tree(old_revision)
1205
1206
if new_revision != old_revision:
1206
1207
with basis_tree.lock_read():