pub fn switch<W: Write>( wok_config: &mut Config, umbrella: &Repo, config_path: &Path, stdout: &mut W, create: bool, all: bool, branch_name: &str, target_repos: &[PathBuf], ) -> Result<bool>