Differences between revisions 38 and 51 (spanning 13 versions)
Revision 38 as of 2008-04-07 23:13:21
Size: 2642
Comment:
Revision 51 as of 2009-07-29 06:23:28
Size: 4181
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]. This page lists [[Repository|repositories]] used for Mercurial [[DeveloperInfo|development]]. See also [[MercurialDevelopmentProcess]].
Line 4: Line 4:
== Main Repositories ==
== Main repositories ==
Line 8: Line 7:
 * http://hg.intevation.org/mercurial/crew – the CrewRepository where main contributors queues changes for the main repository
Bugfixes are pushed to -stable, then pulled and merged to mainline. No new features are going to stable, mainline is pushed to stable after each release.

=== Crew repositories ===
* http://hg.intevation.org/mercurial/crew – the [[CrewRepository]] where main contributors queue changes for the main repository
Line 10: Line 13:
 * http://bitbucket.org/mg/hg-i18n/ – translation updates are queued here by MartinGeisler (see TranslatingMercurial)
 * http://bitbucket.org/mg/hg-i18n-stable/ – translation updates tracking Matt's stable repository (see [[http://selenic.com/pipermail/mercurial-devel/2009-July/014207.html|New i18n 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.

{{attachment:flow.png}}

{{{#!dot
digraph flow {
  "new features" [shape = plaintext]
  "safe fixes" [shape = plaintext]
  translations [shape = plaintext]

  node [shape = box, style = filled]

  "hg-stable" [fillcolor = cornflowerblue]
  hg [fillcolor = cornflowerblue]

  "crew-stable" [fillcolor = limegreen]
  crew [fillcolor = limegreen]

  "mercurial-i18n" [fillcolor = palegreen]

  "hg-stable" -> hg
  "hg-stable" -> "crew-stable" [dir = both]
  "crew-stable" -> crew
  hg -> crew [dir = both]
  hg -> "mercurial-i18n" [dir = both]

  "safe fixes" -> "hg-stable"
  "safe fixes" -> "crew-stable"
  "new features" -> crew [constraint = false]
  "new features" -> hg [constraint = false]
  "mercurial-i18n" -> translations [dir=back]
}
}}}
Line 13: Line 53:
 * 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://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
Line 16: Line 56:
 * http://hg.omnifarious.org/~hopper/ – [:EricHopper:Eric Hopper]'s various repositories, including several Mercurial ones for various purposes.
 * http://hg.alexanderwe
b.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.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.
Line 23: Line 63:
 * http://tortoisehg.sourceforge.net/hg/tortoisehg-dev – [:TortoiseHg] main repository
 * http://tortoisehg.sourceforge.net/hg/tortoisehg-crew – !TortoiseHg crew repository
 * http://hg.borho.org/tortoisehg-dev – SteveBorho's !TortoiseHg repository
 * http://bitbucket.org/tortoisehg/stable – [[TortoiseHg]] main repository
 * http://bitbucket.org/tortoisehg/crew – !TortoiseHg crew repository
 * http://bitbucket.org/sborho/thg-crew-steve/ – SteveBorho's !TortoiseHg repository
Line 32: Line 72:
 * http://hg.intevation.org/mercurial/vadim – [:VadimGelfer:Vadim Gelfer]'s changes
 * http://archives.keltia.net/hg – [:OllivierRobert:Ollivier Robert]'s various repositories.
 * http://hg.intevation.org/mercurial/vadim – [[VadimGelfer|Vadim Gelfer]]'s changes
 * http://archives.keltia.net/hg – [[OllivierRobert|Ollivier Robert]]'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

Bugfixes are pushed to -stable, then pulled and merged to mainline. No new features are going to stable, mainline is pushed to stable after 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.

[ATTACH]

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)