Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 25 | Function | switch | Switch the branch associated with a checkout. |
| 42 | Function | _check_pending_merges | Check that there are no outstanding pending merges before switching. |
| 62 | Function | _set_branch_location | Set location value of a branch reference. |
| 96 | Function | _any_local_commits | Does this branch have any commits not in the master branch? |
| 115 | Function | _update | Update a working tree to the latest revision of its branch. |
| Parameters | control_dir | BzrDir of the checkout to change |
| to_branch | branch that the checkout is to reference | |
| force | skip the check for local commits in a heavy checkout |
| Parameters | control | BzrDir of the branch to check |
| Parameters | control | BzrDir of the checkout to change |
| to_branch | branch that the checkout is to reference | |
| force | skip the check for local commits in a heavy checkout |