Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
A Mercurial source control server, specifically designed to support large monorepos.
Rust Perl Python CMake Shell Thrift Other
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows
build/fbcode_builder
mononoke
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Cargo.toml
LICENSE
README.md
rustfmt.toml

README.md

Mononoke

Mononoke is a next-generation server for the Mercurial source control system, meant to scale up to accepting thousands of commits every hour across millions of files. It is primarily written in the Rust programming language.

Caveat Emptor

Mononoke is still in early stages of development. We are making it available now because we plan to start making references to it from our other open source projects such as Eden.

The version that we provide on GitHub does not build yet.

This is because the code is exported verbatim from an internal repository at Facebook, and not all of the scaffolding from our internal repository can be easily extracted. The key areas where we need to shore things up are:

  • Full support for a standard cargo build.
  • Open source replacements for Facebook-internal services (blob store, logging etc).

The current goal is to get Mononoke working on Linux. Other Unix-like OSes may be supported in the future

Contributing

See the CONTRIBUTING file for how to help out.

License

Mononoke is GNU General Public License licensed, as found in the LICENSE file.

You can’t perform that action at this time.