RFR: 247: Support atomic pushes in with /integrate command

Robin Westberg rwestberg at openjdk.java.net
Tue Jan 28 12:56:25 UTC 2020


On Tue, 28 Jan 2020 11:16:16 GMT, Erik Helin <ehelin at openjdk.org> wrote:

>> Hi all,
>> 
>> Please review this change that allows pushing without automatic rebasing.
>> 
>> Best regards,
>> Robin
> 
> bots/pr/src/main/java/org/openjdk/skara/bots/pr/IntegrateCommand.java line 125:
> 
>> 124:                     if (!args.isBlank()) {
>> 125:                         reply.println("Note that your sponsor will make the final decision on which target hash to integrate on.");
>> 126:                     }
> 
> Suggestion:
> 
>                         reply.println("Note that your sponsor will make the final decision on which target hash to integrate upon.");

How about onto, as in `git rebase --onto`?

-------------

PR: https://git.openjdk.java.net/skara/pull/384


More information about the skara-dev mailing list