public interface VcsOutgoingChangesProvider<T extends CommittedChangeList>
| Modifier and Type | Method and Description |
|---|---|
VcsRevisionNumber |
getMergeBaseNumber(VirtualFile anyFileUnderRoot) |
Pair<VcsRevisionNumber,java.util.List<T>> |
getOutgoingChanges(VirtualFile vcsRoot,
boolean findRemote) |
Pair<VcsRevisionNumber,java.util.List<T>> getOutgoingChanges(VirtualFile vcsRoot, boolean findRemote) throws VcsException
VcsExceptionVcsRevisionNumber getMergeBaseNumber(VirtualFile anyFileUnderRoot) throws VcsException
VcsException