836
836
To retrieve the branch as of a particular revision, supply the --revision
837
837
parameter, as in "branch foo/bar -r 5".
843
839
takes_args = ['from_location', 'to_location?']
845
841
aliases = ['get', 'clone']
847
def run(self, from_location, to_location=None, revision=None, basis=None):
843
def run(self, from_location, to_location=None, revision=None):
848
844
from bzrlib.tag import _merge_tags_if_possible