Package sonia.scm.repository.spi
Interface RevertCommand
public interface RevertCommand
Removes the changes from a particular changeset as a revert. This, in turn, will result a new changeset.
- Since:
- 3.8
-
Method Summary
-
Method Details
-
revert
Executes a revert.- Parameters:
request
- parameter set for this command.- Returns:
- result set of the executed command (see
RevertCommandResult
). - See Also:
-