70
70
revid1 = self.t.commit('add a')
71
71
revid2 = self.t.commit('another change', allow_pointless=True)
72
72
tree = self.t.branch.repository.revision_tree(revid2)
74
74
tree.get_file_revision(tree.path2id('a')))
76
76
def test_get_file_mtime_ghost(self):