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.
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 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.
commit 048b15ee759a4b5d891f8f79589a131abbb4e6c2 Author: Peter Sanchez <peter@netlandish.com> Date: 2024-05-08T18:30:13-06:00 Adding COPYING and README docs