mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
63c1b3001d
Summary: simpkins encountered a case where the treematcher does not work with many patterns. It turns out `globset` has a hard-coded regex size limit (10MB). Implement proper error handling so we can detect such issues and fallback to slower paths. Reviewed By: sfilipco Differential Revision: D18500299 fbshipit-source-id: 0122ba9b0246c1536b2069a40e13261ee47f8bba |
||
---|---|---|
.. | ||
CMake | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
i18n | ||
lib | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
CMakeLists.txt | ||
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.