140
140
def sprout_to(self, origdir, to_url):
141
141
"""Sprout a bzrdir, using to_format for the new branch."""
142
142
wt = self._sprout(origdir, to_url, self.branch_format_to._matchingbzrdir)
146
146
def sprout_from(self, origdir, to_url):
147
147
"""Sprout a bzrdir, using from_format for the new bzrdir."""
148
148
wt = self._sprout(origdir, to_url,
149
149
self.branch_format_from._matchingbzrdir)