20
20
from bzrlib.trace import note
23
def _run_post_switch_hooks(control_dir, to_branch, force, revision_id):
28
params = SwitchHookParams(control_dir, to_branch, force, revision_id)
23
32
def switch(control_dir, to_branch, force=False, quiet=False, revision_id=None):
24
33
"""Switch the branch associated with a checkout.