refreshAndWait();
// create a branch (no checkout)
SWTBotTreeItem localBranchesItem = myRepoViewUtil.getLocalBranchesItem(
tree, repositoryFile).expand();
SWTBotTreeItem masterNode = localBranchesItem.getNode("master");
masterNode.select();
ContextMenuHelper.clickContextMenu(tree, myUtil
.getPluginLocalizedValue("RepoViewCreateBranch.label"));
SWTBotShell createBranchShell = bot
.shell(UIText.CreateBranchWizard_NewBranchTitle);
createBranchShell.bot().textWithId("BranchName").setText("abc");