Size: 2952
Comment: Add link to mercurial-i18n repo
|
Size: 3745
Comment: Graph of flow between repositories
|
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) {{{#!dot digraph { "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 24: | Line 56: |
* http://bitbucket.org/mg/mercurial-i18n/ – translation updates are queued here |
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
http://hg.intevation.org/mercurial/crew – the CrewRepository where main contributors queue changes for the main repository
http://hg.intevation.org/mercurial/crew-stable – queue with changes for hg-stable
http://bitbucket.org/mg/mercurial-i18n/ – translation updates are queued here by MartinGeisler (see TranslatingMercurial)
Special Repositories
http://hg.intevation.org/mercurial/tah – Thomas Arendsen Hein's outgoing changes
http://hg.serpentine.com/mercurial/hg – Bryan O'Sullivan's outgoing changes
http://oss.oracle.com/mercurial/ – Chris Mason's various repositories.
http://hg.omnifarious.org/~hopper/ – Eric Hopper's various repositories, including several Mercurial ones for various purposes.
http://hg.alexanderweb.de/ – Alexander Schremmer's various repositories.
http://hg.kublai.com/ – Brendan Cully's various repositories, including several Mercurial ones for various features he's developing, like the TransplantExtension and html branchview extension.
http://ohac.pun.jp/hg/ – OHASHI Hideya's various repositories, including some patches for Mercurial.
http://hg.xavamedia.nl/ – DirkjanOchtman's various repositories, including a crew mirror with some extra changes that are in development.
TortoiseHg
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
Inactive Repositories
Repositories with no activity during the last 12 months:
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 – Vadim Gelfer's changes
http://archives.keltia.net/hg – Ollivier Robert's various repositories.
http://hg.beekhof.net/ – Andrew Beekhof's various repositories.