Differences between revisions 86 and 87
Revision 86 as of 2016-11-04 09:15:21
Size: 3737
Comment: replace selenic.com domain URLs with mercurial-scm.org ones
Revision 87 as of 2017-09-06 20:34:57
Size: 3867
Editor: JunWu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * https://www.mercurial-scm.org/repo/hg ("main") — the main repository, bleeding edge, solely managed by mpm who often pulls from other repositories (mirrored at http://hg.intevation.org/mercurial/)
 * https://www.mercurial-scm.org/repo/hg-stable — the stable repository, solely managed by mpm, contains official releases with safe and important fixes applied, always a subset of the main repository

=== For End-users ===
 * https://www.mercurial-scm.org/repo/hg ("main") — the main repository for users, bleeding edge. A changeset needs 2 accepts from senior reviewers to get here.
 * https://www.mercurial-scm.org/repo/hg-stable — the stable repository, contains official releases with safe and important fixes applied, always a subset of the main repository

=== For Mercurial developers ===

 * https://www.mercurial-scm.org/repo/hg-committed the main repository for developers, bleeding edge. A changeset needs 1 accept from a junior reviewer to get here. Do not use this repo unless you're a Mercurial developer. History in this repo is mutable.
Line 14: Line 20:
 * https://www.mercurial-scm.org/repo/hg-committed/ — where core contributors push draft changes for the main repository

Developer Repositories

This page lists repositories used for Mercurial development.

Main repositories

For End-users

For Mercurial developers

  • https://www.mercurial-scm.org/repo/hg-committed the main repository for developers, bleeding edge. A changeset needs 1 accept from a junior reviewer to get here. Do not use this repo unless you're a Mercurial developer. History in this repo is mutable.

Bugfixes are committed to the stable branch and pushed to the main repository. This branch is automatically pushed to hg-stable to provide a separate repository. New features go to the default branch, which gets merged into stable at the start of each code freeze.

Other core repositories

The flow between the main and committed repositories is shown in this graph. The blue repositories are controlled by Matt, the dark green repositories by core contributors and the light green repository by MartinGeisler.

TortoiseHg

See the TortoiseHg Wiki page for that project's development repositories.

Inactive repositories

Repositories that have been decommissioned or had no recent activity:


CategoryProject CategoryDeveloper

DeveloperRepos (last edited 2017-09-06 20:57:56 by JunWu)