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