837
845
help='Create a stacked branch referring to the source branch. '
838
846
'The new branch will depend on the availability of the source '
839
847
'branch for all operations.'),
841
851
aliases = ['get', 'clone']
843
853
def run(self, from_location, to_location=None, revision=None,
845
855
from bzrlib.tag import _merge_tags_if_possible