311312313314315316317318319320321
{ HgBranchCommand command = new HgBranchCommand(); command.setLogger( getLogger() ); return (BranchScmResult) command.execute( repository, fileSet, parameters ); } /** * @since 1.5 * {@inheritDoc}