72
72
revid2 = self.t.commit('another change', allow_pointless=True)
73
73
tree = self.t.branch.repository.revision_tree(revid2)
77
77
def test_get_file_mtime_ghost(self):
78
78
file_id = next(iter(self.rev_tree.all_file_ids()))
79
79
self.rev_tree.root_inventory[file_id].revision = 'ghostrev'
80
80
self.assertRaises(FileTimestampUnavailable,