A Scalable, User-Friendly Source Control System.
Go to file
Lukas Piatkowski 2a035f6fc7 mercurial-types: add mocks for types in manifest.rs
Reviewed By: jsgf

Differential Revision: D5775718

fbshipit-source-id: 243eae8f82505d1c4b374ca13029065646605e36
2017-09-08 10:36:40 -07:00
async-compression/src Initial commit 2017-07-27 18:00:19 -07:00
asyncmemo/src rust: asyncmemo: add failure test 2017-08-29 12:36:18 -07:00
blobrepo/src mononoke: don't use : in blob key names 2017-09-04 15:20:06 -07:00
blobstore mononoke: don't use : in blob key names 2017-09-04 15:20:06 -07:00
bookmarks Switch from url to percent_encoding crate in FileBookmarks 2017-09-07 10:50:55 -07:00
cmds Add ManifoldBlob support to blobimport 2017-09-05 13:38:47 -07:00
eden-server/src make repo error types require std::error::Error 2017-08-31 13:51:24 -07:00
futures-ext/src Initial commit 2017-07-27 18:00:19 -07:00
heads mononoke: don't use : in blob key names 2017-09-04 15:20:06 -07:00
hgcli/src Initial commit 2017-07-27 18:00:19 -07:00
hgproto/src mononoke: hgproto: generic Repo error 2017-08-02 17:43:24 -07:00
hooks/src add a prototype to implement hooks 2017-09-05 22:52:51 -07:00
mercurial/src rust: asyncmemo: allow fill function to be recursive 2017-08-29 12:36:18 -07:00
mercurial-bundles/src mononoke: add path join method 2017-08-18 04:40:23 -07:00
mercurial-graphql/src mononoke: change Path implementation 2017-08-10 05:24:42 -07:00
mercurial-types mercurial-types: add mocks for types in manifest.rs 2017-09-08 10:36:40 -07:00
repoinfo/src mononoke: repoinfo: remove unnecessary generic 2017-09-07 03:07:03 -07:00
server/src mononoke: server: repo: reformat and loosen constraints on repo error 2017-09-04 15:20:07 -07:00
sshrelay/src Initial commit 2017-07-27 18:00:19 -07:00
tests/integration mononoke: use method to get file blob in eden server 2017-08-09 08:39:07 -07:00
vfs/src vfs: add traits that will represent directories and files in Vfs 2017-09-08 10:36:40 -07:00
CONTRIBUTING.md Initial commit 2017-07-27 18:00:19 -07:00
LICENSE Initial commit 2017-07-27 18:00:19 -07:00
README.md mention in README that Mononoke supports Mercurial 2017-07-28 14:41:37 -07:00
rustfmt.toml add a couple of rustfmt configs for rustfmt-nightly 0.2.5 2017-09-05 17:28:34 -07:00

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.