How to actually create multi-commit reviews?

2024-09-17 Thread Caleb Hardin
Looking into Review Board as an alternative to Upsource since that EOL'ed. I see lots of mentions of multi-commit reviews in release notes and in the docs but I can't find any reference on how to actually create them. I've tracked down the online demo https://demo.reviewboard.org/ but also don't

Re: How to actually create multi-commit reviews?

2024-09-17 Thread David Trowbridge
Caleb, Multi-commit review requests are created from the command-line tools. Depending on your version control system, there are many different ways that you can select which commits you want to post, with the most common being to post everything between the upstream branch and your local branch h

Re: How to actually create multi-commit reviews?

2024-09-17 Thread cmha...@gmail.com
Ah, I see. Thanks, David. And there's no way to add commits to a review in the web UI? Caleb On Tuesday, September 17, 2024 at 10:40:03 AM UTC-4 David Trowbridge wrote: > Caleb, > > Multi-commit review requests are created from the command-line tools. > Depending on your version control system

Re: How to actually create multi-commit reviews?

2024-09-17 Thread David Trowbridge
Caleb, That's correct. Depending on your particular SCM and hosting service, the web UI can let you create review requests for individual commits which have already been pushed to the central repository, but for anything more complicated you'll need to create and update using RBTools. We highly re