Merge "Revision API: Add method to query if revision must be rebased"
This commit is contained in:
@@ -26,4 +26,5 @@ public interface RevisionApi {
|
||||
void publish() throws RestApiException;
|
||||
ChangeApi cherryPick(CherryPickInput in) throws RestApiException;
|
||||
ChangeApi rebase() throws RestApiException;
|
||||
boolean canRebase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user