mercurial/changelog.py
Thu, 01 Oct 2020 09:29:49 +0200 Pierre-Yves David copies: add a HASCOPIESINFO flag to highlight rev with useful data
Tue, 15 Sep 2020 10:55:30 +0200 Pierre-Yves David changing-files: retrieve changelogrevision.files from the sidedata block
Tue, 15 Sep 2020 10:49:50 +0200 Pierre-Yves David changing-files: drop the now useless changelogrevision argument
Wed, 23 Sep 2020 15:16:35 +0200 Pierre-Yves David sidedata: simply read p2copies files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:16:16 +0200 Pierre-Yves David sidedata: simply read p1copies files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:16:01 +0200 Pierre-Yves David sidedata: simply read removed files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:15:46 +0200 Pierre-Yves David sidedata: simply read added files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:13:44 +0200 Pierre-Yves David sidedata: add a `decode_files_sidedata` function
Tue, 15 Sep 2020 15:37:32 +0200 Pierre-Yves David changelog: add a `changes` property on `changelogrevision`
Tue, 22 Sep 2020 10:27:35 +0200 Pierre-Yves David sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata`
Wed, 16 Sep 2020 12:13:46 -0700 Kyle Lippincott branchmap: add a cache validation cache, avoid expensive re-hash on every use
Sat, 25 Jul 2020 16:02:26 +0200 Pierre-Yves David commitctx: extract sidedata encoding inside its own function
Sat, 25 Jul 2020 15:55:09 +0200 Pierre-Yves David commitctx: directly pass a ChangingFiles object to changelog.add
Sat, 25 Jul 2020 15:13:25 +0200 Pierre-Yves David commitctx: extract copy information encoding into extra into commit.py
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
Tue, 14 Apr 2020 03:27:04 +0200 Pierre-Yves David nodemap: drop the 'exp-' prefix for internal opener option
Thu, 02 Apr 2020 21:58:10 +0530 Pulkit Goyal merge with stable
Wed, 25 Mar 2020 18:50:40 -0700 Martin von Zweigbergk py3: require values in changelog extras to be bytes stable
Fri, 28 Feb 2020 01:45:03 +0100 Pierre-Yves David changelog: change the implementation of `_divertopener`
Wed, 15 Jan 2020 15:47:21 +0100 Pierre-Yves David nodemap: write nodemap data on disk
Sat, 11 Jan 2020 04:57:29 +0100 Pierre-Yves David changelog: fix the diverted opener to accept more kwargs
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 05 Nov 2019 14:33:02 -0800 Martin von Zweigbergk repoview: move changelog.flags() override to filteredchangelog
Tue, 05 Nov 2019 14:31:50 -0800 Martin von Zweigbergk repoview: move changelog.parentrevs() override to filteredchangelog
Tue, 05 Nov 2019 14:23:32 -0800 Martin von Zweigbergk repoview: move changelog.linkrev() override to filteredchangelog
Tue, 05 Nov 2019 14:22:25 -0800 Martin von Zweigbergk repoview: move changelog.node() override to filteredchangelog
Tue, 05 Nov 2019 14:21:47 -0800 Martin von Zweigbergk repoview: move changelog.rev() override to filteredchangelog
Tue, 05 Nov 2019 14:17:58 -0800 Martin von Zweigbergk repoview: move changelog.strip() override to filteredchangelog
Tue, 05 Nov 2019 14:16:46 -0800 Martin von Zweigbergk repoview: move changelog.headrevs() override to filteredchangelog
Tue, 05 Nov 2019 14:14:45 -0800 Martin von Zweigbergk repoview: move changelog.revs() override to filteredchangelog
Tue, 05 Nov 2019 14:12:10 -0800 Martin von Zweigbergk repoview: move changelog.__iter__() override to filteredchangelog
Tue, 05 Nov 2019 14:11:30 -0800 Martin von Zweigbergk repoview: move changelog.__contains__() override to filteredchangelog
Tue, 05 Nov 2019 14:07:08 -0800 Martin von Zweigbergk repoview: move changelog.tiprev() override to filteredchangelog
Tue, 05 Nov 2019 14:42:08 -0800 Martin von Zweigbergk revlog: move tiprev() from changelog up to revlog
Wed, 02 Oct 2019 14:38:34 -0400 Pierre-Yves David sidedatacopies: only store an entry if it has values
Wed, 02 Oct 2019 14:16:30 -0400 Pierre-Yves David sidedatacopies: only read from copies when in this mode
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: move various copies related function to the copies modules
Wed, 09 Oct 2019 22:59:38 +0200 Pierre-Yves David sidedatacopies: read rename information from sidedata
Thu, 10 Oct 2019 00:06:41 +0200 Pierre-Yves David changelog: make copies related function return None or a valid value
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: get and store sidedata in the changelogrevision object
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: write copies information in sidedata when applicable
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 25 Sep 2019 03:58:46 +0200 Pierre-Yves David copies: move file input processsing early
Wed, 25 Sep 2019 03:48:41 +0200 Pierre-Yves David copies: prepare changelog for more copies storage mode
Tue, 16 Jul 2019 21:15:39 -0700 Martin von Zweigbergk copies: remove existing copy info from the changeset on amend (BC)
Mon, 01 Jul 2019 16:25:51 -0700 Martin von Zweigbergk changelog: fix handling of empty copy entries in changeset
Mon, 10 Jun 2019 13:23:14 -0400 Valentin Gatien-Baron revlog: speed up isancestor
Thu, 06 Jun 2019 10:07:14 -0700 Martin von Zweigbergk copies: separate added/removed files by newline instead of null
Wed, 22 May 2019 09:54:00 -0700 Martin von Zweigbergk copies: also encode p[12]copies destination as index into "files" list
Tue, 14 May 2019 22:20:10 -0700 Martin von Zweigbergk context: get filesadded() and filesremoved() from changeset if configured
Tue, 14 May 2019 22:19:51 -0700 Martin von Zweigbergk changelog: optionally store added and removed files in changeset extras
Tue, 14 May 2019 22:56:58 -0700 Martin von Zweigbergk changelog: define changelogrevision.p[12]copies for null revision
Tue, 23 Apr 2019 13:29:13 -0700 Martin von Zweigbergk copies: write empty entries in changeset when also writing to filelog
Wed, 27 Dec 2017 22:05:20 -0800 Martin von Zweigbergk changelog: parse copy metadata if available in extras
Wed, 27 Dec 2017 19:49:36 -0800 Martin von Zweigbergk copies: add config option for writing copy metadata to file and/or changset
Sun, 24 Mar 2019 23:47:01 -0700 Martin von Zweigbergk changelog: extract a _string_unescape() to mirror _string_escape()
Sat, 02 Mar 2019 12:51:04 -0800 Gregory Szorc global: use raw strings for __slots__
Wed, 20 Feb 2019 11:49:06 +0100 Georges Racinet changelog: prefilter in headrevs()
less more (0) -100 -60 tip