40
40
self.store = self.repository._git.object_store
42
42
def find_last_change_revision(self, path, commit_id):
43
45
commit = self.store[commit_id]
44
46
target_mode, target_sha = tree_lookup_path(self.store.__getitem__,
47
49
target_mode = stat.S_IFDIR
49
51
raise AssertionError("sha %r for %r in %r" % (target_sha, path, commit_id))