public interface IncrementalPatchService extends VcsService, VcsRemoteService
CleanPatchService
in case you need to implement
clean checkout first
Created 22.10.12 12:48Modifier and Type | Method and Description |
---|---|
void |
buildIncrementalPatch(LowLevelPatchBuilder builder,
java.lang.String fromRevision,
java.lang.String toRevision)
Creates an incremental patch from a given revision to a given revision
|
void buildIncrementalPatch(@NotNull LowLevelPatchBuilder builder, @NotNull java.lang.String fromRevision, @NotNull java.lang.String toRevision) throws VcsException, java.io.IOException
builder
- patch builder. Implementation will call LowLevelPatch.exit(String)
or LowLevelPatch.fail(String)
prior to LowLevelPatchBuilder.close()
fromRevision
- revision to start fromtoRevision
- revision to end withVcsException
- on errorjava.io.IOException
- on error