A Scalable, User-Friendly Source Control System.
Go to file
Jun Wu 124a49a8bc changegroup: do not show "(+/- ? heads)"
Summary:
In an upcoming change we'll replace `cl.heads()` with `repo.heads()`.  In
changegroup code path the repo can be in an inconsistent state (ex. a bookmark
refers to an unknown commit) which breaks `repo.heads()`.

Since the whole purpose of the heads calculation is just to show
`(+/- ?  heads)`, which does not affect any real features, let's just
remove it.

Reviewed By: markbt

Differential Revision: D18366735

fbshipit-source-id: 893be2cec0c32b64a80b3ef4ca65b69f8ed76b27
2019-11-07 10:51:34 -08:00
apiserver Update to Rust 1.39.0 2019-11-07 01:14:55 -08:00
async-compression tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
asyncmemo Yearless license header 2019-10-11 13:52:34 -07:00
benchmark tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
blobimport_lib/src script to upload globalrevs for changesets in file 2019-11-04 03:31:58 -08:00
blobrepo mononoke: check parent existence before uploading 2019-10-31 11:36:06 -07:00
blobrepo_utils Yearless license header 2019-10-11 13:52:34 -07:00
blobstore mononoke: use same file for all sqlite databases 2019-11-07 08:15:58 -08:00
blobstore_sync_queue Yearless license header 2019-10-11 13:52:34 -07:00
bonsai_globalrev_mapping script to upload globalrevs for changesets in file 2019-11-04 03:31:58 -08:00
bonsai_hg_mapping Rename rust2 code generator to rust 2019-11-04 13:06:55 -08:00
bonsai_utils Yearless license header 2019-10-11 13:52:34 -07:00
bookmarks mononoke: add new bookmark update reason for backsyncer 2019-11-04 03:00:11 -08:00
cache_warmup/src Yearless license header 2019-10-11 13:52:34 -07:00
changesets Rename rust2 code generator to rust 2019-11-04 13:06:55 -08:00
cmdlib/src mononoke: use same file for all sqlite databases 2019-11-07 08:15:58 -08:00
cmds Update to Rust 1.39.0 2019-11-07 01:14:55 -08:00
commit_rewriting mononoke: add a few bits to CommitSyncer 2019-11-07 01:49:44 -08:00
common mononoke: add busy_timeout to with_sqlite_path 2019-11-05 10:57:41 -08:00
derived_data low level blame logic 2019-11-01 09:16:29 -07:00
failure_ext autocargo: generate Cargo.toml files for futures-ext and it's dependencies 2019-10-22 09:03:26 -07:00
filenodes Yearless license header 2019-10-11 13:52:34 -07:00
filestore/src tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
futures-ext autocargo: convert common/rust/cxx/string bindgen lib and its dependents 2019-11-07 07:26:09 -08:00
hgcli mononoke: do not use uuid in hgcli 2019-10-15 10:46:30 -07:00
hgproto Yearless license header 2019-10-11 13:52:34 -07:00
hook_tailer cmdlib: make MononokeApp interface more fluent 2019-10-28 08:00:06 -07:00
hooks mononoke: Remove file hook cache 2019-10-16 11:03:48 -07:00
lfs_import_lib/src Yearless license header 2019-10-11 13:52:34 -07:00
lfs_protocol/src mononoke/lfs_server: extract lfs_protocol 2019-10-17 06:53:53 -07:00
lfs_server/src Update to Rust 1.39.0 2019-11-07 01:14:55 -08:00
manifest implementation for commit_compare method 2019-11-07 07:52:34 -08:00
mercurial Rename rust2 code generator to rust 2019-11-04 13:06:55 -08:00
metaconfig mononoke: make recursion limit optional 2019-10-18 03:41:32 -07:00
mononoke_api/src implementation for commit_compare method 2019-11-07 07:52:34 -08:00
mononoke_types Stabilize feature(async_await) 2019-11-07 09:30:14 -08:00
netstring tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
phases Yearless license header 2019-10-11 13:52:34 -07:00
pushrebase/src Update to Rust 1.39.0 2019-11-07 01:14:55 -08:00
py_tar_utils Yearless license header 2019-10-11 13:52:34 -07:00
reachabilityindex Rename rust2 code generator to rust 2019-11-04 13:06:55 -08:00
ready_state/src Yearless license header 2019-10-11 13:52:34 -07:00
repo_client mononoke: get rid of hg changesets in PostResolveAction 2019-11-04 06:31:29 -08:00
revset tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
scs_server/src add the host argument 2019-11-07 07:52:35 -08:00
server mononoke: use same file for all sqlite databases 2019-11-07 08:15:58 -08:00
sshrelay mononoke: do not use uuid in hgcli 2019-10-15 10:46:30 -07:00
tests changegroup: do not show "(+/- ? heads)" 2019-11-07 10:51:34 -08:00
.gitignore add .gitignore 2018-03-13 11:58:20 -07:00
.rlsconfig mononoke: add a .rlsconfig 2019-07-04 02:00:09 -07:00
.travis.yml Add travis-CI integration by adding .travis.yml file. 2018-07-26 10:09:32 -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
packman.yml mononoke: add mononoke_exec helper script 2019-06-14 03:59:58 -07:00
README.md mononoke: simple useless change 2019-05-21 12:25:10 -07:00
rustfmt.toml Get rustfmt/rls working in fbcode again. 2019-09-19 18:06:23 -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