Interface Changeset

All Known Implementing Classes:
SimpleChangeset

public interface Changeset
Describes a set of changes between two commits. If this class is used to describe the changes that have been made in a simple commit with a single parent, fromCommit refers to the parent commit, while toCommit refers to the commit itself. This class can also be used to describe the changes between arbitrary commits.