public Commandline buildHistoryCommand(Date lastBuildTime, Date checkTime) throws CruiseControlException {
Commandline commandLine = getCommandline();
commandLine.setExecutable("cvs");
if (cvsroot != null) {
commandLine.createArgument().setValue("-d");
commandLine.createArgument().setValue(cvsroot);
}
commandLine.createArgument().setValue("-q");
if (local != null) {