log mercurial/copies.py @ 46061:e0313b0a6f7e

age author description
Thu, 12 Nov 2020 15:54:10 +0100 Pierre-Yves David copies-rust: parse the changed-file sidedata directly in rust
Fri, 20 Nov 2020 10:51:07 +0100 Pierre-Yves David copies: properly copies parent dictionary before updating it
Wed, 02 Dec 2020 11:05:53 -0800 Kyle Lippincott copies: avoid materializing a full directory map during copy tracing
Fri, 20 Nov 2020 11:22:28 +0100 Pierre-Yves David copies: clarify the return of _merge_copies_dict
Fri, 20 Nov 2020 10:38:46 +0100 Pierre-Yves David copies: avoid unwanted side effect from one branch to another
Fri, 20 Nov 2020 10:35:42 +0100 Pierre-Yves David copies: simplify the call to _merge_copies_dict
Fri, 20 Nov 2020 10:49:32 +0100 Pierre-Yves David copies: fast path no-op merge
Fri, 02 Oct 2020 15:41:31 +0200 Pierre-Yves David copies-rust: move is_ancestor caching within the rust code
Thu, 01 Oct 2020 18:52:13 +0200 Pierre-Yves David copies: use the rust code for `combine_changeset_copies`
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 02 Nov 2020 11:03:56 +0100 Pierre-Yves David copies: cache the ancestor checking call when tracing copy
Tue, 13 Oct 2020 05:15:44 +0200 Pierre-Yves David copies: make sure deleted copy info do not overwriting unrelated ones
Thu, 01 Oct 2020 09:45:00 +0200 Pierre-Yves David copies: move `merged` testing sooner
Thu, 01 Oct 2020 09:42:39 +0200 Pierre-Yves David copies: return None instead of ChangingFiles when relevant
Wed, 16 Sep 2020 21:00:02 +0200 Pierre-Yves David salvaged: properly deal with salvaged file during copy tracing
Fri, 25 Sep 2020 15:05:08 +0200 Pierre-Yves David copies: directly pass a changes object to the copy tracing code
Fri, 25 Sep 2020 14:54:43 +0200 Pierre-Yves David copies: no longer change the sidedata flag
Fri, 25 Sep 2020 14:52:34 +0200 Pierre-Yves David copies: use dedicated `_revinfo_getter` function and call
Fri, 25 Sep 2020 14:39:04 +0200 Pierre-Yves David copies: make two version of the changeset centric algorithm
Fri, 25 Sep 2020 14:33:05 +0200 Pierre-Yves David copies: rename some function to the new naming scheme
Fri, 19 Jun 2020 09:27:02 -0700 Martin von Zweigbergk copies: implement __repr__ on branch_copies for debugging
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
Wed, 03 Jun 2020 19:20:18 +0900 Yuya Nishihara merge with stable
Thu, 05 Mar 2020 17:55:05 +0100 Pierre-Yves David copies: fix the changeset based algorithm regarding merge
Sat, 16 May 2020 20:37:56 +0200 Pierre-Yves David flags: account for flag change when tracking rename relevant to merge stable
Tue, 04 Feb 2020 10:16:30 -0800 Martin von Zweigbergk copies: avoid filtering by short-circuit dirstate-only copies earlier
Wed, 22 Jan 2020 13:29:26 -0800 Martin von Zweigbergk merge: when rename was made on both sides, use ancestor as merge base
Wed, 29 Jan 2020 23:14:31 -0800 Martin von Zweigbergk copies: fix crash when copy source is not in graft base
Thu, 23 Jan 2020 15:44:30 -0800 Martin von Zweigbergk merge: start using the per-side copy dicts
Wed, 22 Jan 2020 14:35:30 -0800 Martin von Zweigbergk copies: define a type to return from mergecopies()