202
201
A simple wrapper for from_bzrdir.sprout that translates NotLocalUrl into
203
202
TestSkipped. Returns the newly sprouted bzrdir.
206
205
if not isinstance(to_transport, LocalTransport):
207
206
raise TestSkipped('Cannot sprout to remote bzrdirs.')
208
207
target = from_bzrdir.sprout(to_url, revision_id=revision_id,