rust/hg-core/src/copy_tracing.rs
Mon, 11 Jan 2021 13:33:00 +0100 Simon Sapin copies-rust: add a macro-based unit-testing framework
Wed, 06 Jan 2021 23:11:59 +0100 Simon Sapin copies-rust: rewrite ChangedFiles binary parsing
Mon, 01 Mar 2021 14:44:29 -0800 Martin von Zweigbergk copies-rust: remove an unnecessary format!() inside assert!()
Mon, 11 Jan 2021 12:17:16 +0100 Simon Sapin copies-rust: pass closures and iterators instead of `&ChangedFiles`
Fri, 08 Jan 2021 11:58:16 +0100 Simon Sapin copies-rust: pass `PathToken` around by value
Tue, 05 Jan 2021 21:02:00 +0100 Simon Sapin copies-rust: split up combine_changeset_copies function into a struct
Wed, 23 Dec 2020 11:48:16 +0100 Simon Sapin copies-rust: extract generic map merge logic from merge_copies_dict
Mon, 21 Dec 2020 12:34:59 +0100 Pierre-Yves David copies-rust: use imrs::OrdSet instead of imrs::HashSet
Mon, 21 Dec 2020 11:20:31 +0100 Pierre-Yves David copies-rust: use simpler overwrite when value on both side are identical
Mon, 21 Dec 2020 11:15:45 +0100 Pierre-Yves David copies-rust: make more use of the new comparison property
Wed, 16 Dec 2020 11:11:05 +0100 Pierre-Yves David copies-rust: implement PartialEqual manually
Wed, 16 Dec 2020 11:06:58 +0100 Pierre-Yves David copies-rust: record "overwritten" information from both side on delete
Wed, 16 Dec 2020 10:59:00 +0100 Pierre-Yves David copies-rust: refactor the "deletion" case
Wed, 16 Dec 2020 10:46:08 +0100 Pierre-Yves David copies-rust: process copy information of both parent at the same time
Mon, 21 Dec 2020 10:24:16 +0100 Pierre-Yves David copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
Wed, 16 Dec 2020 10:01:34 +0100 Pierre-Yves David copies-rust: extract the processing of a single copy information
Wed, 16 Dec 2020 09:42:04 +0100 Pierre-Yves David copies-rust: use matching to select the final copies information
Wed, 16 Dec 2020 09:30:25 +0100 Pierre-Yves David copies-rust: get the parents' copies earlier
Tue, 15 Dec 2020 18:22:57 +0100 Pierre-Yves David copies-rust: remove the ancestor Oracle logic
Tue, 15 Dec 2020 18:04:23 +0100 Pierre-Yves David copies-rust: track "overwrites" directly within CopySource
Wed, 23 Dec 2020 03:04:43 +0100 Pierre-Yves David copies-rust: add methods to build and update CopySource
Wed, 23 Dec 2020 03:04:33 +0100 Pierre-Yves David copies-rust: fix reverted argument when merging tiny minor or major
Mon, 21 Dec 2020 08:42:30 +0100 Pierre-Yves David copies-rust: rename TimeStampedPathCopy to CopySource
Tue, 15 Dec 2020 17:26:00 +0100 Pierre-Yves David copies-rust: rename TimeStampedPathCopies to InternalPathCopies
Sat, 12 Dec 2020 19:35:08 +0100 Pierre-Yves David copies: detect case when a merge decision overwrite previous data
Mon, 14 Dec 2020 19:26:33 +0100 Pierre-Yves David copies: rearrange all value comparison conditional
Wed, 02 Dec 2020 15:37:54 +0100 Pierre-Yves David copies-rust: record overwrite when merging
Wed, 02 Dec 2020 15:24:10 +0100 Pierre-Yves David copies-rust: make the comparison aware of the revision being current merged
Sat, 21 Nov 2020 17:00:32 +0100 Pierre-Yves David copies-rust: start recording overwrite as they happens
Wed, 02 Dec 2020 16:11:35 +0100 Pierre-Yves David copies-rust: rename Oracle.is_ancestor to Oracle.is_overwrite
Wed, 02 Dec 2020 11:04:11 +0100 Pierre-Yves David copies-rust: use the `entry` API for copy information too
Wed, 02 Dec 2020 10:51:40 +0100 Pierre-Yves David copies-rust: use the entry API to overwrite deleted entry
Sat, 25 Apr 2020 12:37:46 +0200 Pierre-Yves David copies-rust: tokenize all paths into integer
Mon, 14 Dec 2020 11:32:24 +0100 Pierre-Yves David copies: iterate over children directly (instead of parents)
Tue, 21 Apr 2020 15:13:13 +0200 Pierre-Yves David copies-rust: pre-introduce a PathToken type and use it where applicable
Sat, 21 Nov 2020 09:40:52 +0100 Pierre-Yves David copies-rust: add smarter approach for merging small mapping with large mapping
Sat, 21 Nov 2020 10:50:14 +0100 Pierre-Yves David copies-rust: hide most of the comparison details inside a closure
Sat, 21 Nov 2020 09:31:34 +0100 Pierre-Yves David copies-rust: move the mapping merging into a else clause
Sat, 21 Nov 2020 09:30:34 +0100 Pierre-Yves David copies-rust: extract conflicting value comparison in its own function
Fri, 20 Nov 2020 14:17:08 +0100 Pierre-Yves David copies-rust: extract the processing of a ChangedFiles in its own function
Fri, 20 Nov 2020 14:03:40 +0100 Pierre-Yves David copies-rust: move the parent token to an enum
Thu, 12 Nov 2020 15:54:10 +0100 Pierre-Yves David copies-rust: parse the changed-file sidedata directly in rust
Mon, 05 Oct 2020 01:49:04 +0200 Pierre-Yves David copies-rust: encapsulate internal sets on `changes`
Fri, 30 Oct 2020 19:06:12 +0100 Pierre-Yves David copies-rust: pre-indent some code to clarify the next patch
Mon, 05 Oct 2020 01:31:32 +0200 Pierre-Yves David copies-rust: combine the iteration over remove and copies into one
Fri, 02 Oct 2020 15:41:31 +0200 Pierre-Yves David copies-rust: move is_ancestor caching within the rust code
Tue, 21 Apr 2020 15:00:32 +0200 Pierre-Yves David copies-rust: leverage the immutability for efficient update
Mon, 02 Nov 2020 19:25:26 +0100 Pierre-Yves David copies-rust: pre-indent some code to clarify the next changeset
Tue, 21 Apr 2020 11:28:48 +0200 Pierre-Yves David copies-rust: use immutable "OrdMap" to store copies information
Thu, 01 Oct 2020 18:51:06 +0200 Pierre-Yves David copies: introduce a basic Rust function for `combine_changeset_copies`
less more (0) tip