Differences between revisions 44 and 49 (spanning 5 versions)
Revision 44 as of 2009-05-19 19:31:01
Size: 2864
Editor: localhost
Comment: converted to 1.6 markup
Revision 49 as of 2009-07-05 12:06:04
Size: 3983
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * http://bitbucket.org/mg/mercurial-i18n/ – translation updates are queued here by MartinGeisler (see TranslatingMercurial)

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]
}
}}}

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)