Breezy / Bazaar
An open source distributed revision control system.
Bazaar is an older distributed revision control system sponsored by Canonical which is still in use by many open source projects today. Most code review solutions don't work with Bazaar, but Review Board does!
RBTools makes it simple to post code reviews against Bazaar right from your command prompt, like so:
$ rbt post
Validating commits...
Uploading commits...
Review request #2 posted.
https://reviewboard/r/2/
https://reviewboard/r/2/diff/
Made some changes to your code, and want to update your review request? Just use -r
with your review request ID:
$ rbt post -r 123
Validating commits...
Uploading commits...
Review request #123 posted.
https://reviewboard/r/123/
https://reviewboard/r/123/diff/
To get started, download Review Board and RBTools. Once installed, follow our documentation on configuring repositories and posting changes for review.
What else does Review Board do?
Review Board gives you the tools you need to keep your code quality high, helping you build better products for happier customers. It integrates with many services and tools, including chat services, code hosting solutions, bug trackers, code analytics, and more.
Power Pack enhances Review Board further, providing document review, report generation, improved scalability, and more for your whole organization.