public SWTBotTreeItem getRemoteBranchesItem(SWTBotTree tree,
File repositoryFile) throws Exception {
Repository repository = lookupRepository(repositoryFile);
RepositoryNode root = new RepositoryNode(null, repository);
BranchesNode branches = new BranchesNode(root, repository);
RemoteTrackingNode remoteBranches = new RemoteTrackingNode(branches,
repository);
String rootText = labelProvider.getStyledText(root).getString();
SWTBotTreeItem rootItem = tree.getTreeItem(rootText);
SWTBotTreeItem branchesItem = rootItem.expand().getNode(