[Coco] Submitting code to NitrOS9

Tormod Volden lists.tormod at gmail.com
Sun Apr 21 17:43:12 EDT 2019


On Wed, Apr 10, 2019 at 11:23 AM Phill Harvey-Smith wrote:
>
> Hi all,
>
> I'm about ready to submit the booter & disk driver for disk images
> running on DragonMMC. I've got them working for read mode but not yet
> tested write mode, but will do so in the next couple of days. After that
> is done I'd like to submit them for inclusion in the project.
>
> After this is done I'll need to produce a couple of utility commands to
> allow you to get a listing of the (FAT) filesystem on the SD/MMC card
> and mount / unmount images etc.
>
> Way back I used to have CVS ?? access to the repo so I could submit
> changes directly what is the current process?

Hi Phill,

As Bill (and Tim?) mentioned, the source is maintained in a mercurial
repository. If you don't have direct access, you can send your patches
to me and I'll apply them. We are trying to encourage peer review of
new code, so that's my favorite workflow in any case. Established
contributors can get direct access of course.

For generating patches from your local mercurial clone, I recommend
using the MQ patch queue system for maintaining local patches. They
will sit under .hg/patches and can be easily mailed or exported from
there. Please keep patches as short as it makes sense, it is always
easier to merge smaller patches than to split a big one. There should
not be multiple independent changes in one patch, and smaller ones are
easier to understand and review.

If you are into git but not into mercurial, it is fine to manage the
"delta" with git and send me git patches instead.

Regards,
Tormod


More information about the Coco mailing list