mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
d586a40ada
Summary: The `debugfsync` command calls fsync on newly modified files in svfs. Right now it only includes locations that we know have constant number of files. The fsync logic is put in a separate crate to avoid slow compiles. Reviewed By: DurhamG Differential Revision: D23124169 fbshipit-source-id: 438296002eed14db599d6ec225183bf824096940
12 lines
144 B
TOML
12 lines
144 B
TOML
[package]
|
|
name = "fsyncglob"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
glob = "0.3"
|
|
tracing = "0.1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|