rust/hg-cpython/src/dirstate.rs
changeset 48271 269ff8978086
parent 48076 060cd909439f
child 48439 b80e5e75d51e
equal deleted inserted replaced
48270:84f6b0c41b90 48271:269ff8978086
    52                 dmap: DirstateMap,
    52                 dmap: DirstateMap,
    53                 root_dir: PyObject,
    53                 root_dir: PyObject,
    54                 matcher: PyObject,
    54                 matcher: PyObject,
    55                 ignorefiles: PyList,
    55                 ignorefiles: PyList,
    56                 check_exec: bool,
    56                 check_exec: bool,
    57                 last_normal_time: i64,
    57                 last_normal_time: (u32, u32),
    58                 list_clean: bool,
    58                 list_clean: bool,
    59                 list_ignored: bool,
    59                 list_ignored: bool,
    60                 list_unknown: bool,
    60                 list_unknown: bool,
    61                 collect_traversed_dirs: bool
    61                 collect_traversed_dirs: bool
    62             )
    62             )