sapling/eden/fs
Genevieve Helsel 3d6aecb849 don't allow checkout calls to queue
Summary: We should disallow `checkout` calls to queue. In practice, this is hard to encounter because of the Mercurial repository lock, but edge cases can slip through (user running a long `hg up` and control-cing the command and then running `hg up` again). There is not a use case in which `checkout` calls should queue, and keeping the Thrift queue clear of unnecessary (possibly) expensive commands should generally help user experience.

Reviewed By: simpkins

Differential Revision: D19894583

fbshipit-source-id: 2b6f0d6bd1f801872fa6fa66dc7728dc9c83d158
2020-03-11 09:28:22 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
config make hgcache direct read as default 2020-02-20 16:58:10 -08:00
fuse collectX to collectUnsafe 2020-03-10 11:36:09 -07:00
inodes don't allow checkout calls to queue 2020-03-11 09:28:22 -07:00
journal rename tracing to telemetry 2019-10-15 13:39:41 -07:00
model Add EdenMount diff to generate the ScmStatus 2019-12-10 14:07:24 -08:00
monitor update the EdenFS monitor to support self-restarts 2020-01-31 13:22:27 -08:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service Add BlobCache to Windows EdenMount 2020-03-10 12:27:50 -07:00
sqlite fix a missing dependency in a CMakeLists.txt file 2019-11-21 21:43:54 -08:00
store Add BlobCache to Windows EdenMount 2020-03-10 12:27:50 -07:00
takeover refactor the EDEN_BUG() macro 2019-11-22 15:38:33 -08:00
telemetry Record Mercurial tree import time 2020-03-03 11:44:28 -08:00
testharness collectX to collectUnsafe 2020-03-10 11:36:09 -07:00
utils Cleaning up second definitions of dtype_t 2020-03-10 12:27:51 -07:00
win Add BlobCache to Windows EdenMount 2020-03-10 12:27:50 -07:00
CMakeLists.txt Moving Notifications out of Windows build 2020-02-18 16:48:28 -08:00