@Override
protected BlameScmResult blame( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters )
throws ScmException
{
AccuRevBlameCommand blameCommand = new AccuRevBlameCommand( getLogger() );
return blameCommand.blame( repository, fileSet, parameters );
}