33
33
def switch(control_dir, to_branch, force=False, quiet=False, revision_id=None):
34
34
"""Switch the branch associated with a checkout.
37
37
:param to_branch: branch that the checkout is to reference
38
38
:param force: skip the check for local commits in a heavy checkout
39
39
:param revision_id: revision ID to switch to.