385386387388389390391392393394395
private String getTargetWithDialogInUI() { AbstractBranchSelectionDialog dialog; switch (mode) { case MODE_CHECKOUT: dialog = new CheckoutDialog(getShell(), repository); break; case MODE_CREATE: CreateBranchWizard wiz; try { if (base == null)