712
680
def sprout(self, to_bzrdir, revision_id=None):
713
681
"""Create a new line of development from the branch, into to_bzrdir.
715
685
revision_id: if not None, the revision history in the new branch will
716
686
be truncated to end with revision_id.
719
689
self.copy_content_into(result, revision_id=revision_id)
720
690
result.set_parent(self.bzrdir.root_transport.base)