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
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
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
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