Differences between revisions 56 and 57
Revision 56 as of 2009-11-24 19:43:59
Size: 4053
Comment:
Revision 57 as of 2010-03-26 22:24:25
Size: 4327
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This page lists [[Repository|repositories]] used for Mercurial [[DeveloperInfo|development]]. See also [[MercurialDevelopmentProcess]]. This page lists [[Repository|repositories]] used for Mercurial [[DeveloperInfo|development]]. See also MercurialDevelopmentProcess.
Line 5: Line 5:
 * http://selenic.com/repo/hg – the main repository, bleeding edge, solely managed by mpm who often pulls from other repositories
 * http://selenic.com/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
 * http://selenic.com/repo/hg the main repository, bleeding edge, solely managed by mpm who often pulls from other repositories
 * http://selenic.com/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
Line 8: Line 8:
Bugfixes are committed to the branch named `stable` and pushed to the main repository.
This branch is automatically pushed to hg-stable to provide a separate repository.
No new features are going to the stable branch, mainline (the default branch) will be branched again near each release.
== Stable repository ==
 * The best way to get the latest stable version is to follow this example:
  * hg clone http://selenic.com/repo/hg
  * cd hg
  * hg up stable (this takes you to the stable branch)
  * make local

At the time of writing, this should make a [[http://mercurial.selenic.com/wiki/WhatsNew#A1.5_-_2010-03-06|1.5]] stable version of Mercurial.

Bugfixes are committed to the branch named `stable` and pushed to the main repository. This branch is automatically pushed to hg-stable to provide a separate repository. No new features are going to the stable branch, mainline (the default branch) will be branched again near each release.
Line 13: Line 20:
 * http://hg.intevation.org/mercurial/crew – the [[CrewRepository]] where main contributors 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://bitbucket.org/mg/hg-i18n/ – translation updates are queued here by MartinGeisler (see TranslatingMercurial)
 * http://hg.intevation.org/mercurial/crew – the CrewRepository where main contributors 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://bitbucket.org/mg/hg-i18n/ translation updates are queued here by MartinGeisler (see TranslatingMercurial)
Line 49: Line 56:

Line 52: Line 57:

* http://hg.intevation.org/mercurial/tah – [[ThomasArendsenHein|Thomas Arendsen Hein]]'s outgoing changes
 * http://hg.serpentine.com/mercurial/hg – [[BryanOSullivan|Bryan O'Sullivan]]'s outgoing changes
 * http://oss.oracle.com/mercurial/ – Chris Mason's various repositories.
 * http://hg.omnifarious.org/~hopper/ – [[EricHopper|Eric Hopper]]'s various repositories, including several Mercurial ones for various purposes.
 * http://hg.alexanderweb.de/ – [[AlexanderSchremmer|Alexander Schremmer]]'s various repositories.
 * http://hg.kublai.com/ – [[BrendanCully|Brendan Cully]]'s various repositories, including several Mercurial ones for various features he's developing, like the TransplantExtension and [[http://hg.kublai.com/mercurial/branchview/|html branchview extension]].
 * http://ohac.pun.jp/hg/ – [[HideyaOhashi|OHASHI Hideya]]'s various repositories, including some patches for Mercurial.
 * http://hg.xavamedia.nl/ – DirkjanOchtman's various repositories, including a crew mirror with some extra changes that are in development.
 * http://hg.intevation.org/mercurial/tah [[ThomasArendsenHein|Thomas Arendsen Hein]]'s outgoing changes
 * http://hg.serpentine.com/mercurial/hg [[BryanOSullivan|Bryan O'Sullivan]]'s outgoing changes
 * http://oss.oracle.com/mercurial/ Chris Mason's various repositories.
 * http://hg.omnifarious.org/~hopper/ [[EricHopper|Eric Hopper]]'s various repositories, including several Mercurial ones for various purposes.
 * http://hg.alexanderweb.de/ [[AlexanderSchremmer|Alexander Schremmer]]'s various repositories.
 * http://hg.kublai.com/ [[BrendanCully|Brendan Cully]]'s various repositories, including several Mercurial ones for various features he's developing, like the TransplantExtension and [[http://hg.kublai.com/mercurial/branchview/|html branchview extension]].
 * http://ohac.pun.jp/hg/ [[HideyaOhashi|OHASHI Hideya]]'s various repositories, including some patches for Mercurial.
 * http://hg.xavamedia.nl/ DirkjanOchtman's various repositories, including a crew mirror with some extra changes that are in development.
Line 63: Line 67:
 * http://bitbucket.org/tortoisehg/stable – [[TortoiseHg]] main repository  * http://bitbucket.org/tortoisehg/stable TortoiseHg main repository
Line 66: Line 70:
Line 69: Line 72:
 * http://hg.thinkmo.de/mercurial/tw (see also http://hg.thinkmo.de/ for other stuff) – ThomasWaldmann's misc. changes
 * http://hg.intevation.org/mercurial/vadim – [[VadimGelfer|Vadim Gelfer]]'s changes
 * http://archives.keltia.net/hg – [[OllivierRobert|Ollivier Robert]]'s various repositories.
 * http://hg.beekhof.net/ – Andrew Beekhof's various repositories.
 * http://hg.thinkmo.de/mercurial/tw (see also http://hg.thinkmo.de/ for other stuff) ThomasWaldmann's misc. changes
 * http://hg.intevation.org/mercurial/vadim [[VadimGelfer|Vadim Gelfer]]'s changes
 * http://archives.keltia.net/hg [[OllivierRobert|Ollivier Robert]]'s various repositories.
 * http://hg.beekhof.net/ Andrew Beekhof's various repositories.

Developer Repositories

This page lists repositories used for Mercurial development. See also MercurialDevelopmentProcess.

Main repositories

  • http://selenic.com/repo/hg – the main repository, bleeding edge, solely managed by mpm who often pulls from other repositories

  • http://selenic.com/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

Stable repository

  • The best way to get the latest stable version is to follow this example:

At the time of writing, this should make a 1.5 stable version of Mercurial.

Bugfixes are committed to the branch named stable and pushed to the main repository. This branch is automatically pushed to hg-stable to provide a separate repository. No new features are going to the stable branch, mainline (the default branch) will be branched again near each release.

Crew repositories

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

Special Repositories

TortoiseHg

Inactive Repositories

Repositories with no activity during the last 12 months:


CategoryContributing

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