rust/hg-core/src/lib.rs
changeset 45364 5fe25f8ef5d9
parent 44974 a46e36b82461
child 45924 a2eda1ff22aa
--- 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,
 }