Differences between revisions 88 and 89
Revision 88 as of 2017-09-06 20:35:17
Size: 3875
Editor: JunWu
Comment:
Revision 89 as of 2017-09-06 20:41:33
Size: 3784
Editor: JunWu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Line 7: Line 6:
 * 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
 * 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
Line 11: Line 10:
 * 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 12: Line 12:
 * 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 [[TimeBasedReleasePlan|code freeze]].
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 [[TimeBasedReleasePlan|code freeze]].
Line 19: Line 15:
 * https://www.mercurial-scm.org/repo/hg-all/ — combined mirror of main & hg-committed
 * http://bitbucket.org/mg/hg-i18n/ — translation updates are queued here by MartinGeisler (see TranslatingMercurial)
Line 20: Line 18:
 * https://www.mercurial-scm.org/repo/hg-all/ — combined mirror of main & hg-committed
 * http://bitbucket.org/mg/hg-i18n/ — translation updates are queued here by MartinGeisler (see TranslatingMercurial)

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.
The flow between the main and committed repositories is shown in this graph. The blue repositories are controlled by senior reviewers, the dark green repositories by core contributors and the light green repository by MartinGeisler.
Line 50: Line 45:
  hg -> "hg-committed" [dir = both]
  hg -> "hg-i18n" [dir = both]
  hg -> "hg-committed" [dir = back]
  hg -> "hg-i18n" [dir = back]
Line 60: Line 55:
  "new features" -> hg [constraint = false]
Line 63: Line 57:
Line 65: Line 58:
See the Tortoise``Hg Wiki page for that project's [[https://bitbucket.org/tortoisehg/thg/wiki/developers/repositories|development repositories]]. See the TortoiseHg Wiki page for that project's [[https://bitbucket.org/tortoisehg/thg/wiki/developers/repositories|development repositories]].
Line 68: Line 61:
Line 71: Line 63:
 * http://hg.intevation.org/mercurial/crew – the [[CrewRepository]] where main contributors used to queue changes for the main repository,
 * http://hg.netv6.net/clowncopter/ – Where Facebook main contributors used to queue changes for the main repository,
 * http://hg.intevation.org/mercurial/crew-stable – changesets of the branch named `stable` are pushed here automatically,
 * http://hg.intevation.org/mercurial/crew+main – automatic mix of crew and main (may contain multiple heads),
 * http://hg.intevation.org/mercurial/tah – This repository now contains the latest version tested and deployed by [[ThomasArendsenHein|Thomas Arendsen Hein]]. His outgoing changes go either to the devel list or directly to crew, so it is listed as inactive (for development purposes).
 * http://hg.intevation.org/mercurial/crew – the CrewRepository where main contributors used to queue changes for the main repository,
 * http://hg.netv6.net/clowncopter/ Where Facebook main contributors used to queue changes for the main repository,
 * http://hg.intevation.org/mercurial/crew-stable changesets of the branch named `stable` are pushed here automatically,
 * http://hg.intevation.org/mercurial/crew+main automatic mix of crew and main (may contain multiple heads),
 * http://hg.intevation.org/mercurial/tah This repository now contains the latest version tested and deployed by [[ThomasArendsenHein|Thomas Arendsen Hein]]. His outgoing changes go either to the devel list or directly to crew, so it is listed as inactive (for development purposes).

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 senior reviewers, 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)