sapling/eden/mononoke/derived_data
Mateusz Kwapich d1322c621d don't error out when path doesn't exist
Summary:
Most out our APIs throw error when the path doesn't exist. I would like to
argue that's not the right choice for list_file_history.

Errors should be only retuned in abnormal situations and with
`history_across_deletions` param there's no other easy way to check if the file
ever existed other than calling this API - so it's not abnormal to call
it with path that doesn't exist in the repo.

Reviewed By: StanislavGlebik

Differential Revision: D22820263

fbshipit-source-id: 002bda2ef5ee9d6632259a333b7f3652cfb7aa6b
2020-07-30 03:25:01 -07:00
..
blame Back out "mononoke: use batch_derive method in derived data utils" 2020-07-20 03:18:55 -07:00
changeset_info Regenerate all Cargo.tomls after upgrade to futures 0.3.5 2020-07-06 20:49:43 -07:00
deleted_files_manifest better public api for deleted files manifest 2020-07-23 07:34:51 -07:00
fastlog don't error out when path doesn't exist 2020-07-30 03:25:01 -07:00
filenodes Regenerate all Cargo.tomls after upgrade to futures 0.3.5 2020-07-06 20:49:43 -07:00
fsnodes Back out "mononoke: use batch_derive method in derived data utils" 2020-07-20 03:18:55 -07:00
mercurial_derived_data BlobRepoHg extension trait. 2020-06-22 07:29:19 -07:00
src Back out "mononoke: use batch_derive method in derived data utils" 2020-07-20 03:18:55 -07:00
unodes Regenerate all Cargo.tomls after upgrade to futures 0.3.5 2020-07-06 20:49:43 -07:00
utils Back out "mononoke: use batch_derive method in derived data utils" 2020-07-20 03:18:55 -07:00
Cargo.toml Regenerate all Cargo.tomls after upgrade to futures 0.3.5 2020-07-06 20:49:43 -07:00