rust/hg-core/src/dirstate_tree/on_disk.rs
changeset 47291 1766130fe9ba
child 47294 2a9ddc8094c7
equal deleted inserted replaced
47290:40b51c28b242 47291:1766130fe9ba
       
     1 /// Added at the start of `.hg/dirstate` when the "v2" format is used.
       
     2 /// Acts like a "magic number". This is a sanity check, not strictly necessary
       
     3 /// since `.hg/requires` already governs which format should be used.
       
     4 pub const V2_FORMAT_MARKER: &[u8; 12] = b"dirstate-v2\n";