mercurial/metadata.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: move sidedata-related utils to the dedicated module
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: replace sidedata upgrade mechanism with the new one
Thu, 08 Apr 2021 16:55:17 +0200 Raphaël Gomès sidedata: enable sidedata computers to optionally rewrite flags
Tue, 30 Mar 2021 17:03:02 +0200 Raphaël Gomès sidedata: register copies sidedata computer regardless of the revlog version
Thu, 08 Apr 2021 19:00:21 +0200 Pierre-Yves David revlog: replace the old `revlog_kind` approach with the new `target` one
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Sat, 13 Mar 2021 03:17:00 +0100 Pierre-Yves David copies: distinguish between merged and touched files during upgrade
Mon, 15 Mar 2021 13:37:45 +0100 Pierre-Yves David copies: detect files as `touched/salvaged` if they only existed on one side
Fri, 19 Feb 2021 10:53:27 +0100 Raphaël Gomès sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
Mon, 01 Mar 2021 20:08:26 +0100 Pierre-Yves David copies: tests and fix parallel computation of changed file information
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 29 Oct 2020 11:12:25 +0100 Dan Villiom Podlaski Christiansen i18n: fix coding tag unsupported by xgettext stable 5.6
Tue, 13 Oct 2020 05:14:37 +0200 Pierre-Yves David upgrade: allow sidedata upgrade to modify revision flag
Tue, 13 Oct 2020 03:30:49 +0200 Pierre-Yves David sidedata: return enough data to set the proper flag in the future
Tue, 13 Oct 2020 03:23:17 +0200 Pierre-Yves David changing-files: add a shorthand property to check for copy relevant info
Tue, 15 Sep 2020 10:55:17 +0200 Pierre-Yves David salvaged: persist the salvaged set on disk
Tue, 29 Sep 2020 22:47:54 +0200 Pierre-Yves David changing-files: add clean computation of changed file for merges
Tue, 29 Sep 2020 22:46:29 +0200 Pierre-Yves David changing-files: add clean computation of changed files for linear changesets
Tue, 29 Sep 2020 22:38:08 +0200 Pierre-Yves David changing-files: add clean computation of changed files for roots
Tue, 29 Sep 2020 22:19:46 +0200 Pierre-Yves David changing-files: split the changing files computation from encoding
Wed, 30 Sep 2020 12:46:49 +0200 Pierre-Yves David salvaged: explicitly skip salvaged file while encoding
Mon, 14 Sep 2020 23:46:21 +0200 Pierre-Yves David changing-files: add a "salvaged" set to track file that were not removed
Tue, 15 Sep 2020 10:49:50 +0200 Pierre-Yves David changing-files: drop the now useless changelogrevision argument
Tue, 15 Sep 2020 10:55:17 +0200 Pierre-Yves David changing-files: rework the way we store changed files in side-data
Mon, 28 Sep 2020 12:26:09 +0200 Pierre-Yves David changing-files: cache the various property
Fri, 25 Sep 2020 14:16:35 +0200 Pierre-Yves David changing-files: always use `mark_touched` to update the touched set
Fri, 02 Oct 2020 08:57:43 +0200 Pierre-Yves David changing-files: fix docstring
Fri, 25 Sep 2020 11:29:19 +0200 Pierre-Yves David changing-files: add a utility to compute the merged files post-commit
Thu, 24 Sep 2020 09:50:09 +0200 Pierre-Yves David changing-files: add the ability to track merged files too
Thu, 24 Sep 2020 09:32:07 +0200 Pierre-Yves David changing-files: move default constructor value to None
Wed, 23 Sep 2020 15:13:44 +0200 Pierre-Yves David sidedata: add a `decode_files_sidedata` function
Tue, 22 Sep 2020 10:27:35 +0200 Pierre-Yves David sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata`
Tue, 15 Sep 2020 15:03:07 +0200 Pierre-Yves David changing-files: implement equality checking
Thu, 17 Sep 2020 11:21:13 +0200 Pierre-Yves David changing-files: document the various sets
Sat, 25 Jul 2020 16:02:26 +0200 Pierre-Yves David commitctx: extract sidedata encoding inside its own function
Sat, 25 Jul 2020 15:49:12 +0200 Pierre-Yves David commitctx: return a richer object from _prepare_files
Wed, 27 May 2020 12:56:13 +0200 Pierre-Yves David metadata: filter the `removed` set to only contains relevant data
Wed, 27 May 2020 12:45:39 +0200 Pierre-Yves David files: extract code for extra filtering of the `removed` entry into copies
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
less more (0) tip