mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
e5d47a8bde
Summary: Remove files that are ancient, not used, or not referred. The file list was initially generated via a Ruby script: (Dir['{contrib,tests}/**']-Dir['tests/test-*']).select{|name| `rg #{File.basename(name).split('.')[0]}`.empty?} Plus some manual selection. Some notes about deleted files: - Revset benchmarks: Benchmarks on the Rust side is a cleaner choice. - editmerge and hg-new-workdir: Newer versions live in fb/. Reviewed By: xavierd Differential Revision: D18541783 fbshipit-source-id: f08933d5c1a9c46d25322adbc2cc1e8a1b505d70 |
||
---|---|---|
.. | ||
CMake | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
i18n | ||
lib | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
Makefile | ||
README.rst | ||
setup.py |
Mercurial ========= Mercurial 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 Mercurial user information.