Differences between revisions 82 and 83
Revision 82 as of 2016-05-11 19:43:02
Size: 4640
Editor: KevinBullock
Comment: rewrite description of main+stable
Revision 83 as of 2016-05-11 20:00:46
Size: 4768
Editor: KevinBullock
Comment: move crew & clowncopter to inactive list; add hg-all; redraw graph
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
=== Crew repositories === == Other core repositories ==
Line 14: Line 14:
 * https://www.mercurial-scm.org/repo/hg-committed/ – where main contributors push draft change for the main repository,
 * http://hg.intevation.org/mercurial/crew – the [[CrewRepository]] where main contributors queue changes for the main repository,
 * http://hg.netv6.net/clowncopter/ – Where facebook 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).
 * https://www.mercurial-scm.org/repo/hg-committed/ — where core contributors push draft changes for the main repository
 * 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 21: Line 18:
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. 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.
Line 26: Line 23:
    rank = sink;
    "new features" [shape = plaintext]
  }
  subgraph {
Line 32: Line 25:
    "new features" [shape = plaintext]
Line 40: Line 34:
    "crew-stable" [fillcolor = limegreen; URL = "http://hg.intevation.org/mercurial/crew-stable"]     hg [fillcolor = cornflowerblue; URL = "http://selenic.com/repo/hg"]
    "hg-committed" [fillcolor = limegreen; URL = "https://www.mercurial-scm.org/repo/hg-committed/"]
Line 45: Line 40:
    hg [fillcolor = cornflowerblue; URL = "http://selenic.com/repo/hg"]
    crew [fillcolor = limegreen; URL = "http://hg.intevation.org/mercurial/crew"]
    "hg-i18n" [fillcolor = palegreen; URL = "http://bitbucket.org/mg/hg-i18n"]
    "hg-all" [fillcolor = limegreen; URL = "https://www.mercurial-scm.org/repo/hg-all/"]
Line 49: Line 44:
  "hg-i18n" [fillcolor = palegreen; URL = "http://bitbucket.org/mg/hg-i18n"]
Line 52: Line 45:
  "hg-stable" -> "crew-stable" [dir = both]
  "crew-stable" -> crew
  hg -> crew [dir = both]
  hg -> "hg-committed" [dir = both]
Line 56: Line 47:
  hg -> "hg-all"
  "hg-committed" -> "hg-all"
  "hg-i18n" -> "hg-all"
Line 58: Line 52:
  "safe fixes" -> "crew-stable"
  "new features" -> crew [constraint = false]
  "safe fixes" -> "hg-committed"
  "hg-i18n" -> t
ranslations [dir=back]
  "new features" -> "hg-committed" [constraint = false]
Line 61: Line 56:
  "hg-i18n" -> translations [dir=back]
Line 77: Line 71:
 * 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),

Developer Repositories

This page lists repositories used for Mercurial development.

Main repositories

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.

Special repositories

TortoiseHg

Inactive repositories

Repositories with no activity during the last 12 months:


CategoryProject CategoryDeveloper

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