68
68
def create_on_branch(branch):
69
69
"""Create a MemoryTree for branch, using the last-revision of branch."""
70
70
revision_id = _mod_revision.ensure_null(branch.last_revision())
73
71
return MemoryTree(branch, revision_id)
75
73
def _gather_kinds(self, files, kinds):