revert


Description:

public bool revert (Commit commit, RevertOptions options) throws Error

Revert the given commit on top of the current working directory.

Parameters:

this

a Repository.

commit

a Commit.

options

a RevertOptions.

Returns:

true if the revert was successfull, false otherwise.