177178179180181182183184185
{ SynergyStatusCommand command = new SynergyStatusCommand(); command.setLogger( getLogger() ); return (StatusScmResult) command.execute( repository, fileSet, parameters ); } }
180181182183184185186187188