/** {@inheritDoc} */
public ScmResult executeCommand( ScmProviderRepository repository, ScmFileSet fileSet,
CommandParameters parameters )
throws ScmException
{
ScmVersion scmVersion = parameters.getScmVersion( CommandParameter.SCM_VERSION, null );
boolean runChangelog = Boolean.valueOf(
parameters.getString( CommandParameter.RUN_CHANGELOG_WITH_UPDATE, "true" ) ).booleanValue();
UpdateScmResult updateScmResult = executeUpdateCommand( repository, fileSet, scmVersion );