Differences between revisions 74 and 75
Revision 74 as of 2013-09-01 00:44:02
Size: 620
Editor: WallaceBr
Comment:
Revision 75 as of 2013-09-01 01:27:06
Size: 4193
Editor: KevinBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Rutha is her designate but she did not really liked that may name. Her job is a cashier but soon your wife will be on her own. http://i80.photobucket.com/albums/j186/DonaldDouglas/Second%20Americaneocon/forced-abortion-shaanxi.jpg One of the things your sweetheart loves most is [[http://www.fbh-Berlin.de/geschaeftsbereiche/gan-elektronik/leistungselektronik|normally]] interior design and she would never stop doing the house. Her [[http://dielonelyhusband.de/|husband]] and her chose to maintain in Nebraska. See what's new on the female website here: http://www.procelluliteremoval.com/body-wrap-los-angeles-yelp/ = Developer Repositories =
This page lists [[Repository|repositories]] used for Mercurial [[DeveloperInfo|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 (mirrored at http://hg.intevation.org/mercurial/)
 * 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 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 ===
 * 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)

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.

{{{#!dot
digraph flow {
  subgraph {
    rank = sink;
    "new features" [shape = plaintext]
  }
  subgraph {
    rank = source;
    "safe fixes" [shape = plaintext]
  }
  translations [shape = plaintext]

  node [shape = box, style = filled]

  subgraph {
    rank = same;
    "hg-stable" [fillcolor = cornflowerblue]
    "crew-stable" [fillcolor = limegreen]
  }

  subgraph {
    rank = same;
    hg [fillcolor = cornflowerblue]
    crew [fillcolor = limegreen]
  }

  "hg-i18n" [fillcolor = palegreen]

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

  "safe fixes" -> "hg-stable"
  "safe fixes" -> "crew-stable"
  "new features" -> crew [constraint = false]
  "new features" -> hg [constraint = false]
  "hg-i18n" -> translations [dir=back]
}
}}}


== Special repositories ==

 * https://hg.aplavin.ru/hg_fork/ — [[AlexanderPlavin|Alexander Plavin]]'s work in progress for [[SummerOfCode/2013]]

=== TortoiseHg ===
 * http://bitbucket.org/tortoisehg/stable – [[TortoiseHg]] main repository

== Inactive repositories ==

Repositories with no activity during the last 12 months:

 * 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.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.intevation.org/mercurial/tah – This repository now contains the latest version tested and deployed by [[ThomasArendsenHein|Thomas Arendsen Hein]]. His outgoing changes go either to the devel list or directly to crew, so it is listed as inactive (for development purposes).
 * 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://hg.xavamedia.nl/ – DirkjanOchtman's various repositories, including a crew mirror with some extra changes that are in development.
----
CategoryProject CategoryDeveloper

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:


CategoryProject CategoryDeveloper

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