Differences between revisions 58 and 62 (spanning 4 versions)
Revision 58 as of 2010-03-26 23:40:57
Size: 4053
Editor: abuehl
Comment:
Revision 62 as of 2010-10-09 19:29:14
Size: 4265
Comment: no "main" in the mirror at this location
Deletions are marked like this. Additions are marked like this.
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 – the main repository, bleeding edge, solely managed by mpm who often pulls from other repositories (mirrored at http://hg.intevation.org/mercurial/)
Line 22: Line 22:
  "new features" [shape = plaintext]
  "safe fixes" [shape = plaintext]
  subgraph {
    rank = sink;
  
"new features" [shape = plaintext]
  }
  subgraph {
    rank = source;
    
"safe fixes" [shape = plaintext]
  }
Line 28: Line 34:
  "hg-stable" [fillcolor = cornflowerblue]
  hg [fillcolor = cornflowerblue]
  subgraph {
    rank = same;
  
"hg-stable" [fillcolor = cornflowerblue]
    "crew-stable" [fillcolor = limegreen]
  }
Line 31: Line 40:
  "crew-stable" [fillcolor = limegreen]
  crew [fillcolor = limegreen]
  subgraph {
    rank = sam
e;
    hg
[fillcolor = cornflowerblue]
   crew [fillcolor = limegreen]
  }

Developer Repositories

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

Main repositories

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)