88
90
br_to = br_from.create_clone_on_transport(to_transport,
89
91
revision_id=revision_id, stacked_on=stacked_on,
90
92
create_prefix=create_prefix, use_existing_dir=use_existing_dir)
97
95
raise errors.BzrCommandError("Target directory %s"
99
97
" directory. Supply --use-existing-dir to push"
100
98
" there anyway." % location)
104
99
except errors.NoSuchFile:
106
101
raise errors.BzrCommandError("Parent directory of %s"