1658
1658
def revision_tree(self, revision_id):
1659
1659
"""Return Tree for a revision on this branch.
1664
1663
# TODO: refactor this to use an existing revision object
1665
1664
# so we don't need to read it in twice.
1667
1666
return RevisionTree(self, Inventory(root_id=None),
1668
1667
_mod_revision.NULL_REVISION)