Size: 617
Comment: remove note about lack of bundle2
|
Size: 1016
Comment: link to mozilla-central with aggressive merge deltas
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
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.