Mildred
Mildred

Reputation: 3937

Where is the mercurial.hg source repository

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

Answers (3)

hangy
hangy

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

codingbadger
codingbadger

Reputation: 44042

The source release is available from the downloads page.

Upvotes: 1

WraithNath
WraithNath

Reputation: 18013

Here is a link to the Source:

https://www.mercurial-scm.org/release/?M=D

Upvotes: 0

Related Questions