806
806
takes_args = ['from_location', 'to_location?']
807
807
takes_options = ['revision', Option('hardlink',
808
808
help='Hard-link working tree files where possible.'),
811
811
'The new branch will depend on the availability of the source '
812
812
'branch for all operations.'),
814
814
aliases = ['get', 'clone']
816
816
def run(self, from_location, to_location=None, revision=None,
818
818
from bzrlib.tag import _merge_tags_if_possible