Reputation: 3937
I looked at the mercurial website, and I couldn't find a single link to the location of the mercurial source repository itself. Do you know where it might me?
Upvotes: 20
Views: 5601
Reputation: 10859
The official repository seems to sit at https://www.mercurial-scm.org/repo/hg/ or https://www.mercurial-scm.org/repo/hg-stable with different branches. More information is available at the Developer Repositories wiki page.
Both links are browsable online and can be cloned from:
hg clone https://www.mercurial-scm.org/repo/hg/
hg clone https://www.mercurial-scm.org/repo/hg-stable
Upvotes: 22
Reputation: 18013
Here is a link to the Source:
https://www.mercurial-scm.org/release/?M=D
Upvotes: 0