edenapi_types: update terminology in comment

Summary: Replace the term 'blacklisted' with 'redacted'.

Reviewed By: quark-zju

Differential Revision: D22142842

fbshipit-source-id: 461faa09a5d3958a4575c48f03e2286eec917681
This commit is contained in:
Arun Kulshreshtha 2020-06-19 13:27:26 -07:00 committed by Facebook GitHub Bot
parent 6926c80fe8
commit da38165c2b

View File

@ -14,7 +14,7 @@ use sha1::{Digest, Sha1};
use types::{hgid::HgId, key::Key, parents::Parents};
/// Tombstone string to replace the content of blacklisted files with
/// Tombstone string to replace the content of redacted files with
/// TODO(T48685378): Handle redacted content in a less hacky way
const REDACTED_TOMBSTONE: &str =
"PoUOK1GkdH6Xtx5j9WKYew3dZXspyfkahcNkhV6MJ4rhyNICTvX0nxmbCImFoT0oHAF9ivWGaC6ByswQZUgf1nlyxcDcahHknJS15Vl9Lvc4NokYhMg0mV1rapq1a4bhNoUI9EWTBiAkYmkadkO3YQXV0TAjyhUQWxxLVskjOwiiFPdL1l1pdYYCLTE3CpgOoxQV3EPVxGUPh1FGfk7F9Myv22qN1sUPSNN4h3IFfm2NNPRFgWPDsqAcaQ7BUSKa\n";