diff -r 04d1f17f49e7 -r 3b9914b28133 rust/hg-cpython/src/parsers.rs --- a/rust/hg-cpython/src/parsers.rs Mon May 31 18:35:44 2021 +0200 +++ b/rust/hg-cpython/src/parsers.rs Mon May 31 19:54:41 2021 +0200 @@ -98,7 +98,7 @@ p1: p1.try_into().unwrap(), p2: p2.try_into().unwrap(), }, - Timestamp(now.as_object().extract::(py)?), + Timestamp(now.as_object().extract::(py)?), ) { Ok(packed) => { for (filename, entry) in dirstate_map.iter() {