sapling/eden/scm
Zhaolong Zhu 29893d927d edenapi_upload: change uploading commit message level
Summary:
If there are multiple commits, it might be nosiy for users when
pushing a long diff stack to remote server and the commits have not been
uploaded by commit cloud.

This diff changes the message level to `note`, users will be see it when using
`-v` flag.

Reviewed By: markbt

Differential Revision: D52168058

fbshipit-source-id: a99da5c6942769b19c4b3b8aac97ab3d1710d919
2023-12-15 12:48:28 -08:00
..
contrib smerge_benchmark: add more info to the conflict labels 2023-11-29 09:39:06 -08:00
distutils_rust Del (object) from 200 inc eden/hg-server/edenscm/hgext/hggit/overlay.py 2023-08-25 15:19:05 -07:00
doc rename edenscm to sapling 2023-09-25 13:58:05 -07:00
exec update platform010 & platform010-aarch64 symlinks 2023-12-02 13:52:50 -08:00
ghstack edenscm: remove unused imports with glean 2023-10-11 14:01:38 -07:00
hgcache_size_logger eden 2023-10-23 09:12:58 -07:00
i18n rename edenscm to sapling 2023-09-25 13:58:05 -07:00
lib clarify output of hg prefetch 2023-12-15 08:58:36 -08:00
newdoc Re-sync with internal repository 2023-10-11 22:09:00 -07:00
packaging build: upgrade Python version for Windows 2023-11-08 18:25:08 -08:00
pystubs rename edenscm to sapling 2023-09-25 13:58:05 -07:00
sapling edenapi_upload: change uploading commit message level 2023-12-15 12:48:28 -08:00
saplingnative pymutationstore: expose get_entries 2023-12-13 19:34:15 -08:00
slides rename edenscm to sapling 2023-09-25 13:58:05 -07:00
tests sl: add file change summary 2023-12-13 15:32:22 -08:00
.committemplate committemplate: set reviewers to #mercurial 2023-10-17 19:33:35 -07:00
.editorconfig
.flake8 flake8: add merges() to the builtins 2023-12-13 20:30:50 -08:00
.gitignore rename edenscm to sapling 2023-09-25 13:58:05 -07:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml repostate: start of merge state impl in Rust 2023-11-21 18:17:24 -08:00
COPYING
fsprobe.sh codemod: update license headers 2022-01-05 14:43:32 -08:00
gen_version.py buckify Windows build 2023-10-27 14:45:13 -07:00
hgeditor
Makefile makefile: copy isl-dist.tar.xz to 'lib' directory instead of 'bin' 2023-11-13 07:40:38 -08:00
README.md readme: rename Mercurial to Sapling 2023-12-12 07:26:01 -08:00
setup.py Remove sapling_fbclone cargo setup 2023-11-29 12:13:13 -08:00
TARGETS tests: try adding ci_hint to run tests more reliably 2023-12-05 13:35:13 -08:00
targets.bzl rework the name of the scm:hg buck target yet again 2023-10-24 10:42:54 -07:00

Sapling

Sapling is a fast, easy to use, distributed revision control tool for software developers.

Basic install:

$ make            # see install targets
$ make install    # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg              # see help

Running without installing:

$ make local      # build for inplace usage
$ ./hg --version  # should show the latest version

See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Sapling user information.