mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
A Scalable, User-Friendly Source Control System.
d4614d568d
Summary: Updating the manifest implementation for remove with the intended API. When I originally implemented remove I wasn't confident what was the best way to implement remove. As I've gained more experience, I feel confident that doing two iteration over the tree is a good approach for this method. The first iteration should validate that the file exists then the second iteration will actually traverse down updating the nodes to mutable ephemerals. Reviewed By: quark-zju Differential Revision: D16775353 fbshipit-source-id: 8ebee9ca347efcb694a6d27c1eeae2c149643766 |
||
---|---|---|
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
i18n | ||
lib | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
CONTRIBUTING | ||
CONTRIBUTORS | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
hgweb.cgi | ||
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.