rust/hg-core/src/dirstate_tree/on_disk.rs
changeset 47491 8851acad5906
parent 47478 ca8121d26732
child 47674 ff97e793ed36
equal deleted inserted replaced
47490:084ed6a7c6fd 47491:8851acad5906
    77     copy_source: OptPathSlice,
    77     copy_source: OptPathSlice,
    78     children: ChildNodes,
    78     children: ChildNodes,
    79     pub(super) descendants_with_entry_count: Size,
    79     pub(super) descendants_with_entry_count: Size,
    80     pub(super) tracked_descendants_count: Size,
    80     pub(super) tracked_descendants_count: Size,
    81 
    81 
    82     /// Dependending on the value of `state`:
    82     /// Depending on the value of `state`:
    83     ///
    83     ///
    84     /// * A null byte: `data` is not used.
    84     /// * A null byte: `data` is not used.
    85     ///
    85     ///
    86     /// * A `n`, `a`, `r`, or `m` ASCII byte: `state` and `data` together
    86     /// * A `n`, `a`, `r`, or `m` ASCII byte: `state` and `data` together
    87     ///   represent a dirstate entry like in the v1 format.
    87     ///   represent a dirstate entry like in the v1 format.