373
373
To retrieve the branch as of a particular revision, supply the --revision
374
374
parameter, as in "branch foo/bar -r 5".
376
380
takes_args = ['from_location', 'to_location?']
378
382
aliases = ['get', 'clone']
380
def run(self, from_location, to_location=None, revision=None):
384
def run(self, from_location, to_location=None, revision=None, basis=None):
381
385
from bzrlib.branch import copy_branch