rust/hg-cpython/src/dirstate/status.rs
changeset 43836 ce088b38f92b
parent 43508 ab9b0a20b9e6
child 43921 8c77826116f7
equal deleted inserted replaced
43835:d9f85f61f0ed 43836:ce088b38f92b
     6 // GNU General Public License version 2 or any later version.
     6 // GNU General Public License version 2 or any later version.
     7 
     7 
     8 //! Bindings for the `hg::status` module provided by the
     8 //! Bindings for the `hg::status` module provided by the
     9 //! `hg-core` crate. From Python, this will be seen as
     9 //! `hg-core` crate. From Python, this will be seen as
    10 //! `rustext.dirstate.status`.
    10 //! `rustext.dirstate.status`.
    11 //!
       
    12 
    11 
    13 use crate::dirstate::DirstateMap;
    12 use crate::dirstate::DirstateMap;
    14 use cpython::exc::ValueError;
    13 use cpython::exc::ValueError;
    15 use cpython::{
    14 use cpython::{
    16     PyBytes, PyErr, PyList, PyObject, PyResult, Python, PythonObject,
    15     PyBytes, PyErr, PyList, PyObject, PyResult, Python, PythonObject,