diff -r 5dbf875b3275 -r 5fe25f8ef5d9 rust/hg-core/src/lib.rs --- a/rust/hg-core/src/lib.rs Wed Jul 29 15:49:44 2020 +0200 +++ b/rust/hg-core/src/lib.rs Wed Jul 29 10:21:17 2020 +0200 @@ -57,6 +57,7 @@ pub enum DirstateParseError { TooLittleData, Overflow, + // TODO refactor to use bytes instead of String CorruptedEntry(String), Damaged, }