mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 07:33:10 +03:00
474b043a34
Summary: The corpus rev that biggrep has indexed may not be available in the local client. Later on in the function it will pull that revision, but earlier in the function the new logic I added a few weeks ago is just crashing. That logic was trying to diff against the earlier revision, but that's pretty arbitrary. Let's just diff against one of the revs at random (deterministically) and get rid of the need for the hash to exist in the repo early in the command. Reviewed By: sfilipco Differential Revision: D23635801 fbshipit-source-id: 1c284d710b8df9539a696e900183bc10d5d71869 |
||
---|---|---|
.. | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
hgcache_size_logger | ||
i18n | ||
lib | ||
newdoc | ||
pystubs | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
Makefile | ||
README.rst | ||
setup3.py | ||
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.