1180
1180
' directory exists, but does not already'
1181
1181
' have a control directory. This flag will'
1182
1182
' allow branch to proceed.'),
1184
1186
aliases = ['get', 'clone']
1186
1188
def run(self, from_location, to_location=None, revision=None,
1187
1189
hardlink=False, stacked=False, standalone=False, no_tree=False,
1189
1191
from bzrlib import switch as _mod_switch
1190
1192
from bzrlib.tag import _merge_tags_if_possible
1191
1193
accelerator_tree, br_from = bzrdir.BzrDir.open_tree_or_branch(