mercurial/manifest.py
Tue, 06 Apr 2021 03:23:46 +0200 Pierre-Yves David manifest: improve error message in case for tree manifest
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:11:27 -0700 Gregory Szorc manifest: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 23 Dec 2021 14:48:31 +0100 Raphaël Gomès revlog: remove deprecated APIs
Mon, 03 May 2021 12:22:36 +0200 Pierre-Yves David revlog: use a "radix" to address revlog
Mon, 03 May 2021 12:21:56 +0200 Pierre-Yves David manifest: drop the `indexfile` from `manifestrevlog`
Mon, 03 May 2021 12:20:45 +0200 Pierre-Yves David revlog: split the `version` attribute into its two components
Thu, 08 Apr 2021 19:00:21 +0200 Pierre-Yves David revlog: replace the old `revlog_kind` approach with the new `target` one
Tue, 06 Apr 2021 05:20:24 +0200 Pierre-Yves David revlog: introduce an explicit tracking of what the revlog is about
Fri, 30 Apr 2021 02:11:58 +0200 Joerg Sonnenberger manifests: push down expected node length into the parser @default
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Fri, 19 Feb 2021 11:15:42 +0100 Raphaël Gomès changegroupv4: add sidedata helpers
Wed, 10 Mar 2021 19:33:18 +0100 Raphaël Gomès revlog: add attribute on revlogs that specifies its kind
Wed, 27 Jan 2021 01:43:17 +0100 Joerg Sonnenberger revlog: change addrevision to return the new revision, not node
Wed, 20 Jan 2021 14:47:13 +0100 Joerg Sonnenberger revlog: decouple caching from addrevision callback for addgroup
Tue, 12 Jan 2021 23:27:24 +0100 Pierre-Yves David narrow: overwrite readfast in excludeddirmanifestctx
Thu, 03 Dec 2020 14:39:39 -0800 Kyle Lippincott treemanifest: stop storing full path for each item in manifest._lazydirs
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 18 Oct 2020 22:18:02 +0200 Joerg Sonnenberger revlog: extend addgroup() with callback for duplicates
Mon, 06 Jul 2020 15:10:53 +0200 Joerg Sonnenberger manifest: kill one more instance of the old merge hash hack
Mon, 06 Jul 2020 14:49:19 +0200 Joerg Sonnenberger manifest: use the same logic for handling flags in _parse as elsewhere
Mon, 06 Jul 2020 03:43:32 +0200 Joerg Sonnenberger manifest: tigher manifest parsing and flag use
Mon, 06 Jul 2020 21:08:15 +0200 Pierre-Yves David commitctx: document the manifest writing function
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
Sat, 09 May 2020 20:25:07 +0200 Pierre-Yves David manifest-cache: ignore IOError while writing stable
Tue, 14 Apr 2020 03:27:04 +0200 Pierre-Yves David nodemap: drop the 'exp-' prefix for internal opener option
Sun, 05 Apr 2020 18:32:46 +0200 Pierre-Yves David nodemap: also warm manifest nodemap with other caches
Sun, 05 Apr 2020 13:12:05 +0200 Pierre-Yves David nodemap: also use persistent nodemap for manifest
Thu, 02 Apr 2020 16:02:21 -0400 Augie Fackler manifest: leave a TODO where we may have more work for sha1 portability
Thu, 02 Apr 2020 16:24:34 -0400 Augie Fackler manifest: remove a final 40-byte assumption from pure-python parser
Thu, 02 Apr 2020 16:01:36 -0400 Augie Fackler manifest: fix yet another 20-byte-hash assumption
Thu, 02 Apr 2020 15:57:07 -0400 Augie Fackler manifest: fix another pure-parsing 20-byte assumption
Thu, 02 Apr 2020 15:52:10 -0400 Augie Fackler manifest: teach treemanifest about long hashes
Tue, 07 Jan 2020 11:25:13 -0500 Augie Fackler manifest: remove a 20-byte-hash assumption from pure manifest parsing
Mon, 03 Feb 2020 22:17:19 -0500 Augie Fackler manifest: also declare treemanifest as implementing imanifestdict
Thu, 02 Apr 2020 13:04:41 -0400 Augie Fackler manifest: introduce new exception to signal unavailability of fastdelta()
Wed, 05 Feb 2020 17:13:51 -0500 Augie Fackler manifest: move matches method to be outside the interface
Wed, 05 Feb 2020 16:58:50 -0500 Augie Fackler manifest: rewrite filesnotin to not make superfluous manifest copies
Sat, 08 Feb 2020 03:13:45 +0530 Pulkit Goyal merge with stable
Wed, 05 Feb 2020 16:16:15 -0500 Augie Fackler manifest: fix _very_ subtle bug with exact matchers passed to walk()
Wed, 05 Feb 2020 15:01:22 -0500 Augie Fackler manifest: remove `.new()` from the interface
Mon, 03 Feb 2020 22:16:36 -0500 Augie Fackler manifest: remove optional default= argument on flags(path)
Thu, 02 Jan 2020 11:04:18 -0800 Kyle Lippincott py3: __repr__ needs to return str, not bytes stable
Tue, 19 Nov 2019 18:38:17 -0800 Kyle Lippincott lock: pass "success" boolean to _afterlock callbacks
Wed, 06 Nov 2019 14:13:19 +0100 Pierre-Yves David utils: move the `dirs` definition in pathutil (API)
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 29 Oct 2019 10:41:30 +0100 Pierre-Yves David formatting: run black version 19.10b0 on the codebase stable
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
Sun, 18 Aug 2019 02:28:42 +0300 Pulkit Goyal interfaceutil: move to interfaces/
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Wed, 07 Aug 2019 22:08:04 +0200 Pierre-Yves David rawdata: forward `rawdata` call on `manifestlog`
Fri, 26 Apr 2019 00:48:12 +0200 Pierre-Yves David deltas: set estimated compression upper bound to "3x" instead of "10x"
less more (0) -300 -100 -60 tip