mercurial/bundlerepo.py
Wed, 21 Feb 2024 13:05:29 +0100 Pierre-Yves David phases: invalidate the phases set less often on retract boundary
Tue, 20 Feb 2024 21:38:01 +0100 Pierre-Yves David phases: always write with a repo
Tue, 20 Feb 2024 17:18:15 +0100 Pierre-Yves David phases: mark `phasecache.phaseroots` private
Thu, 19 Oct 2023 03:33:59 +0200 Pierre-Yves David revlog: move the_revisioncache on the inner object
Tue, 10 Oct 2023 10:58:28 +0200 Pierre-Yves David revlog: drop the _generaldelta attribute from the imanifeststorage interface
Tue, 10 Oct 2023 10:02:05 +0200 Pierre-Yves David revlog: move configuration attribute into dedicated object
Tue, 10 Oct 2023 10:01:57 +0200 Pierre-Yves David manifestrevlog: flag some inconsistency in bundle/union repo inheritance
Tue, 26 Sep 2023 02:54:50 +0200 Pierre-Yves David revlog: drop more file description passing between private function
Mon, 25 Sep 2023 12:13:38 +0200 Pierre-Yves David revlog: adapt the `reading` check for `bundlerepo`
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 04 Apr 2019 18:07:30 +0200 Manuel Jacob pull: add --remote-hidden option and pass it through peer creation
Fri, 24 Feb 2023 03:03:54 +0100 Pierre-Yves David bundlerepo: fix string interpolation
Thu, 23 Feb 2023 23:05:51 +0100 Matt Harbison bundlerepo: apply phase data stored in the bundle instead of assuming `draft`
Thu, 23 Feb 2023 19:07:58 +0100 Pierre-Yves David bundlerepo: handle changegroup induced phase movement in the associated method
Thu, 23 Feb 2023 19:06:24 +0100 Pierre-Yves David bundlerepo: move most attribute declaration earlier in __init__
Thu, 23 Feb 2023 19:04:44 +0100 Pierre-Yves David bundlerepo: move the handling of bundl1 in its own method
Thu, 23 Feb 2023 19:02:01 +0100 Pierre-Yves David bundlerepo: expliclty handing cg part from bundle2
Mon, 30 Jan 2023 16:59:15 -0500 Matt Harbison bundlerepo: raise `error.LookupError` instead of `LookupError`
Tue, 31 Jan 2023 11:41:59 +0100 Pierre-Yves David branching: merge with stable
Mon, 30 Jan 2023 18:25:11 -0500 Matt Harbison bundlerepo: enforce the requirements declared by the underlying repository stable
Sat, 03 Dec 2022 00:16:07 +0100 Pierre-Yves David peer: have `repo.peer` take an optional `path` argument
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
Fri, 15 Oct 2021 03:28:28 +0200 Pierre-Yves David path: keep the path instance in the `pulloperation`
Sun, 30 May 2021 17:11:49 +0200 Pierre-Yves David revlog: use the `entry` function in bundlerepo
Sun, 30 May 2021 16:19:36 +0200 Pierre-Yves David revlog: move `offset_type` to `revlogutils`
Mon, 03 May 2021 21:34:02 +0200 Pierre-Yves David revlog: introduce a compression mode for sidedata in the revlog index
Mon, 03 May 2021 18:19:16 +0200 Pierre-Yves David revlog: add a "data compression mode" entry in the index tuple
Mon, 03 May 2021 12:23:27 +0200 Pierre-Yves David revlog: use revlog.display_id in LookupError
Mon, 03 May 2021 12:22:36 +0200 Pierre-Yves David revlog: use a "radix" to address revlog
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Mon, 03 May 2021 12:22:06 +0200 Pierre-Yves David filelog: drop `indexfile` from `filelog`
Mon, 03 May 2021 12:21:56 +0200 Pierre-Yves David manifest: drop the `indexfile` from `manifestrevlog`
Mon, 03 May 2021 12:21:25 +0200 Pierre-Yves David revlog: always "append" full size tuple
Tue, 06 Apr 2021 05:20:24 +0200 Pierre-Yves David revlog: introduce an explicit tracking of what the revlog is about
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Thu, 18 Feb 2021 17:36:52 +0100 Raphaël Gomès changegroup: add v4 changegroup for revlog v2 exchange
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
Wed, 07 Oct 2020 03:00:01 +0200 Joerg Sonnenberger bundlerepo: don't insert index tuples with full nodes as linkrev
Sat, 09 Nov 2019 13:23:53 +0100 Pierre-Yves David index: use `index.rev` in `bundlerepo.bundlerevlog`
Fri, 08 Nov 2019 13:24:54 +0100 Pierre-Yves David index: use `index.has_node` in `bundlerepo.bundlerevlog`
Sat, 09 Nov 2019 05:54:22 +0100 Pierre-Yves David revlog: deal with nodemap deletion within the index
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
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
Fri, 30 Aug 2019 18:12:16 +0200 Pierre-Yves David bundlerepo: drop the custom `rawdata` implementation
Fri, 30 Aug 2019 17:46:47 +0200 Pierre-Yves David bundlerepo: drop the `baserevision` hack
Fri, 30 Aug 2019 15:04:54 +0200 Pierre-Yves David bundlerepo: simplify code to take advantage of `_rawtext`
Wed, 07 Aug 2019 20:09:10 +0200 Pierre-Yves David rawdata: update callers in bundlerepo
Wed, 07 Aug 2019 22:00:57 +0200 Pierre-Yves David rawdata: add the method to bundlerevlog
Fri, 21 Jun 2019 03:50:06 +0200 Pierre-Yves David localrepo: introduce a `_refreshchangelog` method stable
Mon, 03 Dec 2018 22:22:23 -0800 Martin von Zweigbergk manifest: accept narrowmatch into constructor instead of getting from repo
Wed, 03 Oct 2018 10:32:21 -0700 Gregory Szorc revlog: rename _cache to _revisioncache
Sat, 15 Sep 2018 22:56:57 -0700 Martin von Zweigbergk bundlerepo: remove a variable alias
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
less more (0) -100 -60 tip