You can find all Mercurial repositories on hg.code.netlandish.com. If you have an account on our systems then you can also create your own repo's for hosting, etc.

Updating Your Repository

To update your local repository to use the new netlandish sourcehut platform simply go into your repository's root directory and edit the .hg/hgrc file. You will see the following:

[paths]
default = ssh://hg@bitbucket.org/netlandish/repo_name

We need to change the default to the new platform. You can keep the BitBucket like if you'd like for the time being. This can be useful in case other team members have not updated their repo's yet or accidentally push to the wrong location and now you have to pull their changes in. Example:

[paths]
default = ssh://hg@hg.code.netlandish.com/~netlandish/repo_name
bb = ssh://hg@bitbucket.org/netlandish/repo_name

Then you can simply do things like: hg pull bb to pull from the BitBucket repo.

Collaboration

Collaboration is handled via email. All patches, discussion, code review, etc. is done via email and our sourcehut platform.

See the contributing documentation for information on how to contribute to our repositories.

Please read the Mercurial email setup documentation for more details on configuring your hg install.

About this wiki

commit 36e61708da5f61231d230c77e8580e20219ffdf7
Author: Peter Sanchez <peter@netlandish.com>
Date:   2022-07-25T12:07:27-06:00

Adding Drew Devault link to contributing doc
Clone this wiki
https://git.code.netlandish.com/~petersanchez/wikimain (read-only)
git@git.code.netlandish.com:~petersanchez/wikimain (read/write)