Submitter | phabricator |
---|---|
Date | May 21, 2019, 11:32 p.m. |
Message ID | <4bcdc40ae07303aeaced8bef5d84d362@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40170/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/rust/hg-cpython/src/dirstate.rs b/rust/hg-cpython/src/dirstate.rs --- a/rust/hg-cpython/src/dirstate.rs +++ b/rust/hg-cpython/src/dirstate.rs @@ -12,7 +12,7 @@ use cpython::{ exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyObject, PyResult, - PySequence, PyTuple, Python, ToPyObject, + PySequence, PythonObject, PyTuple, Python, ToPyObject, }; use hg::{ pack_dirstate, parse_dirstate, CopyVecEntry, DirstateEntry, @@ -153,7 +153,7 @@ &dirstate_vec?, &copies?, DirstateParents { p1, p2 }, - now.value(py) as i32, + now.as_object().extract::<i32>(py)?, ) { Ok((packed, new_dirstate_vec)) => { for (