log rust/hg-cpython/src/copy_tracing.rs @ 47279:40b51c28b242

age author description
Tue, 05 Jan 2021 21:46:21 +0100 Simon Sapin copies-rust: send PyBytes values back be dropped ino the parent thread
Thu, 26 Nov 2020 18:23:51 +0100 Simon Sapin copies-rust: introduce PyBytesWithData to reduce GIL requirement
Wed, 06 Jan 2021 14:09:01 +0100 Simon Sapin copies-rust: move CPU-heavy Rust processing into a child thread
Tue, 05 Jan 2021 21:02:00 +0100 Simon Sapin copies-rust: split up combine_changeset_copies function into a struct
Tue, 15 Dec 2020 18:22:57 +0100 Pierre-Yves David copies-rust: remove the ancestor Oracle logic
Mon, 14 Dec 2020 11:32:24 +0100 Pierre-Yves David copies: iterate over children directly (instead of parents)
Thu, 12 Nov 2020 15:54:10 +0100 Pierre-Yves David copies-rust: parse the changed-file sidedata directly in rust
Thu, 01 Oct 2020 18:51:40 +0200 Pierre-Yves David copies: introduce the hg-cpython wrapper for `combine_changeset_copies`