Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2015-01-15 03:03:21
Size: 780
Editor: GregorySzorc
Comment: initial
Revision 4 as of 2015-12-23 01:21:47
Size: 1016
Editor: GregorySzorc
Comment: link to mozilla-central with aggressive merge deltas
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Mozilla ==;
== Mozilla ==
Line 9: Line 8:
https://hg.mozilla.org/users/gszorc_mozilla.com/gecko-aggregate/ is a pre-production repository with lots of interleaved commits between heads. It is an aggregate of most of the Firefox-related repositories. It is an excellent repository for performance benchmarking Mercurial. Note that when this page was written, hg.mozilla.org was not using bundle2 and gecko-aggregate was using generaldelta, so clone times will likely be very long. https://hg.mozilla.org/users/gszorc_mozilla.com/gecko-aggregate/ is a pre-production repository with lots of interleaved commits between heads. It is an aggregate of most of the Firefox-related repositories. It is an excellent repository for performance benchmarking Mercurial.

https://hg.mozilla.org/users/gszorc_mozilla.com/mozilla-central-aggressivemergedeltas is a generaldelta version of mozilla-central
with aggressivemergedeltas enabled. The repository has some very long delta chains and is appropriating for benchmarking manifest read performance for very long delta chains. Use `hg clone --uncompressed` to preserve the very long delta chains in your local clone.

There are a number of large repositories in existence.

Mozilla

https://hg.mozilla.org/mozilla-central/ is the mainline of Firefox development. It has over 200,000 changesets and 100,000 files.

https://hg.mozilla.org/releases/mozilla-beta tracks the releases for Firefox Beta. It has 600+ topological heads and 1500+ tags.

https://hg.mozilla.org/users/gszorc_mozilla.com/gecko-aggregate/ is a pre-production repository with lots of interleaved commits between heads. It is an aggregate of most of the Firefox-related repositories. It is an excellent repository for performance benchmarking Mercurial.

https://hg.mozilla.org/users/gszorc_mozilla.com/mozilla-central-aggressivemergedeltas is a generaldelta version of mozilla-central with aggressivemergedeltas enabled. The repository has some very long delta chains and is appropriating for benchmarking manifest read performance for very long delta chains. Use hg clone --uncompressed to preserve the very long delta chains in your local clone.

BigRepositories (last edited 2018-01-24 18:00:44 by GregorySzorc)