comparison rust/hg-core/src/revlog.rs @ 46587:cb4b0b0c6de4

copies-rust: split up combine_changeset_copies function into a struct ? such that each iteration of its former loop is now a method call, with the caller driving the loop. This entirely removes the need for the `DataHolder` hack: the method now takes a `ChangedFiles<'_>` parameter that borrows a bytes buffer that can be owned by the caller?s stack frame, just for the duration of that call. Differential Revision: https://phab.mercurial-scm.org/D9683
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 05 Jan 2021 21:02:00 +0100
parents 645ee7225fab
children e8ae91b1a63d
comparison
equal deleted inserted replaced
46586:435d9fc72646 46587:cb4b0b0c6de4