William Hubbs wrote: > If we do add a code review system, it should be fully accessible from > the command line. Pybugz is almost there for bugzilla; the only thing it > lacks is the ability to reply to specific comments.
Gerrit is also almost there, it has an ssh interface which is very usable for most operations, but not so much for writing inline comments within patches, which is a nice feature of Gerrit that I would like to use. At the moment I have to revert to the web interface to do it. NP-Hardass wrote: > I am unfamiliar with how other big projects that use code review > systems. Do they generally make (almost) everyone participate, In coreboot, which admittedly isn't such a big project, my impression is that the introduction of Gerrit has lead to increased participation. Previously patches and review went across the mailing list, and many simply filtered the whole list into a folder. > or do they typically restrict review to a certain class of users? Hm, why would that end up happening? I'm not saying it can't, just that I don't understand why it would. What do you have in mind? //Peter