}
public JazzScmCommand createDiffCommand( ScmProviderRepository repo, ScmFileSet fileSet, String relativePath )
{
JazzScmCommand command = new JazzScmCommand( JazzConstants.CMD_DIFF, repo, fileSet, getLogger() );
command.addArgument( JazzConstants.ARG_FILE );
command.addArgument( relativePath );
return command;
}
}