139140141142143144145146
return commandExecutor.execute(command); } @Override public String merge(String branchRevisionId, String message) throws Exception { MergeCommand command = new MergeCommand(this, branchRevisionId, message); return commandExecutor.execute(command); }