6364656667686970717273
return new UpdateScmResult( cl.toString(), consumer.getUpdatedFiles() ); } protected ChangeLogCommand getChangeLogCommand() { CvsExeChangeLogCommand command = new CvsExeChangeLogCommand(); command.setLogger( getLogger() ); return command; }
69707172737475
} /** {@inheritDoc} */ protected Command getChangeLogCommand() { return new CvsExeChangeLogCommand(); }