sapling/eden/fs/store
Adam Simpkins 65c07b9ad9 turn treemanifest back off by default again
Summary:
Currently treemanifest import fails when a mercurial transaction is in progress
(if the tree in question was created by the pending transaction), and this
breaks many mercurial workflows.

Turning treemanifest back off by default, to fall back to the slower but
functional flat manifest import.

D5685880 adds framework to run the eden integration tests with treemanifest
enabled; those tests can be used to tell when treemanifest is working well
enough that we can turn it back on.

Reviewed By: bolinfest

Differential Revision: D5692894

fbshipit-source-id: 5ee84cf73db4cd87bbdaae1edd92c74058fa00e2
2017-08-23 15:37:21 -07:00
..
git comment out unused parameters 2017-07-21 15:01:05 -07:00
hg turn treemanifest back off by default again 2017-08-23 15:37:21 -07:00
test Merge StringBase.cpp into String.cpp 2017-06-29 20:20:11 -07:00
BackingStore.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
BlobMetadata.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EmptyBackingStore.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EmptyBackingStore.h apply clang-tidy modernize-use-override 2017-05-23 16:10:26 -07:00
IObjectStore.h drop Future from the name of ObjectStore APIs 2017-06-21 17:20:50 -07:00
LocalStore.cpp fix a crash on tree import error 2017-07-05 11:21:30 -07:00
LocalStore.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
ObjectStore.cpp update logging statements to use folly logging APIs 2017-06-22 13:50:13 -07:00
ObjectStore.h drop Future from the name of ObjectStore APIs 2017-06-21 17:20:50 -07:00
StoreResult.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
StoreResult.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
TARGETS allow specifying --config options to hg_import_helper.py 2017-08-02 17:07:19 -07:00