*/
@Override
public InfoScmResult info( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters )
throws ScmException
{
HgInfoCommand infoCommand = new HgInfoCommand();
infoCommand.setLogger( getLogger() );
return (InfoScmResult) infoCommand.execute( repository, fileSet, parameters );
}