Wed, 23 Oct 2024 16:48:46 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.treemanifestctx`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:45:12 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.memtreemanifestctx`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:43:22 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestctx`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:41:02 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.memmanifestctx`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:39:12 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestlog`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:36:50 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestrevlog`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:32:34 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.treemanifest`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 16:30:23 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestdict`
|
file |
diff |
annotate
|
Wed, 18 Sep 2024 17:46:46 -0400 |
Matt Harbison |
revlog: make `clearcaches()` signature consistent with ManifestRevlog
|
file |
diff |
annotate
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
file |
diff |
annotate
|
Wed, 21 Aug 2024 22:15:05 -0400 |
Matt Harbison |
typing: lock in new pytype gains from making revlog related classes typeable
|
file |
diff |
annotate
|
Mon, 19 Aug 2024 22:27:43 -0400 |
Matt Harbison |
typing: make the manifest classes known to pytype
|
file |
diff |
annotate
|
Wed, 14 Aug 2024 03:25:16 -0400 |
Matt Harbison |
typing: correct a type hint in `mercurial.manifest`
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 20:08:23 +0200 |
Pierre-Yves David |
manifest: deprecated readdelta and readfast
|
file |
diff |
annotate
|
Tue, 06 Aug 2024 02:12:08 +0200 |
Pierre-Yves David |
manifest: add a read_delta_new_entries method
|
file |
diff |
annotate
|
Thu, 01 Aug 2024 13:10:09 +0200 |
Pierre-Yves David |
manifest: introduce a `read_delta_parents` method
|
file |
diff |
annotate
|
Thu, 01 Aug 2024 13:40:46 +0200 |
Pierre-Yves David |
manifest: allow skipping valid_bases argument to `read_any_fast_delta`
|
file |
diff |
annotate
|
Thu, 01 Aug 2024 05:35:06 +0200 |
Pierre-Yves David |
manifest: introduce a `read_any_fast_delta` method
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:03:06 +0200 |
Pierre-Yves David |
manifest: add many type annotations to the manifest module
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:15:10 +0200 |
Pierre-Yves David |
manifest: help pytype to understant `writesubtrees`'s `getnode` type
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:13:31 +0200 |
Pierre-Yves David |
manifest: use explicit None checking in `_loaddifflazy`
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:12:37 +0200 |
Pierre-Yves David |
manifest: use explicit None checking in `_loadlazy`
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:11:51 +0200 |
Pierre-Yves David |
manifest: clear `_lazydirs` in place in `_loadalllazy`
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 10:10:03 +0200 |
Pierre-Yves David |
manifest: use tuple for `delta` in `fastdelta`
|
file |
diff |
annotate
|
Mon, 05 Aug 2024 09:22:18 +0200 |
Pierre-Yves David |
manifest: expose a version of the Class without interface decorator
|
file |
diff |
annotate
|
Sun, 04 Aug 2024 10:48:51 +0200 |
Pierre-Yves David |
manifest: align some vfs option access on the fact we might not have options
|
file |
diff |
annotate
|
Sun, 04 Aug 2024 10:49:48 +0200 |
Pierre-Yves David |
manifest: adds some type things for manifestdict.added
|
file |
diff |
annotate
|
Sun, 04 Aug 2024 10:47:29 +0200 |
Pierre-Yves David |
manifest: type and fix unhexlify
|
file |
diff |
annotate
|
Thu, 01 Aug 2024 13:38:31 +0100 |
Arseniy Alekseyev |
commit: set whole manifest entries at once (node with its associated flags)
|
file |
diff |
annotate
|
Tue, 10 Oct 2023 10:58:28 +0200 |
Pierre-Yves David |
revlog: drop the _generaldelta attribute from the imanifeststorage interface
|
file |
diff |
annotate
|
Tue, 10 Oct 2023 10:02:05 +0200 |
Pierre-Yves David |
revlog: move configuration attribute into dedicated object
|
file |
diff |
annotate
|
Tue, 26 Sep 2023 00:54:46 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `rawdata`
|
file |
diff |
annotate
|
Mon, 25 Sep 2023 22:52:01 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `revision`
|
file |
diff |
annotate
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
file |
diff |
annotate
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
file |
diff |
annotate
|
Sun, 28 May 2023 05:23:46 +0200 |
Pierre-Yves David |
revlog: add a `get_revlog` method
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:30:50 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 01:31:23 +0100 |
Pierre-Yves David |
changegroup: add `delta_base_reuse_policy` argument
|
file |
diff |
annotate
|
Mon, 17 Oct 2022 22:19:43 +0200 |
Pierre-Yves David |
debug: add an option to display statistic about a unbundling operation
|
file |
diff |
annotate
|
Tue, 15 Nov 2022 16:25:23 +0100 |
Pierre-Yves David |
debug: add an option to display statistic about a bundling operation
|
file |
diff |
annotate
|
Tue, 06 Apr 2021 03:23:46 +0200 |
Pierre-Yves David |
manifest: improve error message in case for tree manifest
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 11:11:27 -0700 |
Gregory Szorc |
manifest: remove pycompat.iteritems()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Thu, 23 Dec 2021 14:48:31 +0100 |
Raphaël Gomès |
revlog: remove deprecated APIs
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:22:36 +0200 |
Pierre-Yves David |
revlog: use a "radix" to address revlog
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:21:56 +0200 |
Pierre-Yves David |
manifest: drop the `indexfile` from `manifestrevlog`
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:20:45 +0200 |
Pierre-Yves David |
revlog: split the `version` attribute into its two components
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 19:00:21 +0200 |
Pierre-Yves David |
revlog: replace the old `revlog_kind` approach with the new `target` one
|
file |
diff |
annotate
|
Tue, 06 Apr 2021 05:20:24 +0200 |
Pierre-Yves David |
revlog: introduce an explicit tracking of what the revlog is about
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 02:11:58 +0200 |
Joerg Sonnenberger |
manifests: push down expected node length into the parser
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 11:15:42 +0100 |
Raphaël Gomès |
changegroupv4: add sidedata helpers
|
file |
diff |
annotate
|
Wed, 10 Mar 2021 19:33:18 +0100 |
Raphaël Gomès |
revlog: add attribute on revlogs that specifies its kind
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 01:43:17 +0100 |
Joerg Sonnenberger |
revlog: change addrevision to return the new revision, not node
|
file |
diff |
annotate
|
Wed, 20 Jan 2021 14:47:13 +0100 |
Joerg Sonnenberger |
revlog: decouple caching from addrevision callback for addgroup
|
file |
diff |
annotate
|
Tue, 12 Jan 2021 23:27:24 +0100 |
Pierre-Yves David |
narrow: overwrite readfast in excludeddirmanifestctx
|
file |
diff |
annotate
|
Thu, 03 Dec 2020 14:39:39 -0800 |
Kyle Lippincott |
treemanifest: stop storing full path for each item in manifest._lazydirs
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Sun, 18 Oct 2020 22:18:02 +0200 |
Joerg Sonnenberger |
revlog: extend addgroup() with callback for duplicates
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 15:10:53 +0200 |
Joerg Sonnenberger |
manifest: kill one more instance of the old merge hash hack
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 14:49:19 +0200 |
Joerg Sonnenberger |
manifest: use the same logic for handling flags in _parse as elsewhere
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 03:43:32 +0200 |
Joerg Sonnenberger |
manifest: tigher manifest parsing and flag use
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 21:08:15 +0200 |
Pierre-Yves David |
commitctx: document the manifest writing function
|
file |
diff |
annotate
|
Tue, 26 May 2020 08:07:24 -0700 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 03:27:04 +0200 |
Pierre-Yves David |
nodemap: drop the 'exp-' prefix for internal opener option
|
file |
diff |
annotate
|
Sun, 05 Apr 2020 18:32:46 +0200 |
Pierre-Yves David |
nodemap: also warm manifest nodemap with other caches
|
file |
diff |
annotate
|
Sun, 05 Apr 2020 13:12:05 +0200 |
Pierre-Yves David |
nodemap: also use persistent nodemap for manifest
|
file |
diff |
annotate
|
Sat, 09 May 2020 20:25:07 +0200 |
Pierre-Yves David |
manifest-cache: ignore IOError while writing
stable
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 16:02:21 -0400 |
Augie Fackler |
manifest: leave a TODO where we may have more work for sha1 portability
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 16:24:34 -0400 |
Augie Fackler |
manifest: remove a final 40-byte assumption from pure-python parser
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 16:01:36 -0400 |
Augie Fackler |
manifest: fix yet another 20-byte-hash assumption
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 15:57:07 -0400 |
Augie Fackler |
manifest: fix another pure-parsing 20-byte assumption
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 15:52:10 -0400 |
Augie Fackler |
manifest: teach treemanifest about long hashes
|
file |
diff |
annotate
|
Tue, 07 Jan 2020 11:25:13 -0500 |
Augie Fackler |
manifest: remove a 20-byte-hash assumption from pure manifest parsing
|
file |
diff |
annotate
|
Mon, 03 Feb 2020 22:17:19 -0500 |
Augie Fackler |
manifest: also declare treemanifest as implementing imanifestdict
|
file |
diff |
annotate
|
Thu, 02 Apr 2020 13:04:41 -0400 |
Augie Fackler |
manifest: introduce new exception to signal unavailability of fastdelta()
|
file |
diff |
annotate
|
Wed, 05 Feb 2020 17:13:51 -0500 |
Augie Fackler |
manifest: move matches method to be outside the interface
|
file |
diff |
annotate
|
Wed, 05 Feb 2020 16:58:50 -0500 |
Augie Fackler |
manifest: rewrite filesnotin to not make superfluous manifest copies
|
file |
diff |
annotate
|
Sat, 08 Feb 2020 03:13:45 +0530 |
Pulkit Goyal |
merge with stable
|
file |
diff |
annotate
|
Wed, 05 Feb 2020 16:16:15 -0500 |
Augie Fackler |
manifest: fix _very_ subtle bug with exact matchers passed to walk()
|
file |
diff |
annotate
|
Wed, 05 Feb 2020 15:01:22 -0500 |
Augie Fackler |
manifest: remove `.new()` from the interface
|
file |
diff |
annotate
|
Mon, 03 Feb 2020 22:16:36 -0500 |
Augie Fackler |
manifest: remove optional default= argument on flags(path)
|
file |
diff |
annotate
|
Thu, 02 Jan 2020 11:04:18 -0800 |
Kyle Lippincott |
py3: __repr__ needs to return str, not bytes
stable
|
file |
diff |
annotate
|
Tue, 19 Nov 2019 18:38:17 -0800 |
Kyle Lippincott |
lock: pass "success" boolean to _afterlock callbacks
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 14:13:19 +0100 |
Pierre-Yves David |
utils: move the `dirs` definition in pathutil (API)
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Tue, 29 Oct 2019 10:41:30 +0100 |
Pierre-Yves David |
formatting: run black version 19.10b0 on the codebase
stable
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sun, 18 Aug 2019 02:28:42 +0300 |
Pulkit Goyal |
interfaceutil: move to interfaces/
|
file |
diff |
annotate
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
file |
diff |
annotate
|
Wed, 07 Aug 2019 22:08:04 +0200 |
Pierre-Yves David |
rawdata: forward `rawdata` call on `manifestlog`
|
file |
diff |
annotate
|
Fri, 26 Apr 2019 00:48:12 +0200 |
Pierre-Yves David |
deltas: set estimated compression upper bound to "3x" instead of "10x"
|
file |
diff |
annotate
|
Fri, 26 Apr 2019 00:28:22 +0200 |
Pierre-Yves David |
revlog: add the option to track the expected compression upper bound
|
file |
diff |
annotate
|
Tue, 28 May 2019 09:57:53 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Tue, 14 May 2019 16:30:38 -0700 |
Martin von Zweigbergk |
commit: move sorting of added and removed files list to lower level
|
file |
diff |
annotate
|
Mon, 15 May 2017 00:12:19 -0700 |
Martin von Zweigbergk |
match: use '' instead of '.' for root directory (API)
|
file |
diff |
annotate
|
Thu, 23 May 2019 22:50:11 -0400 |
Matt Harbison |
manifest: add some documentation to _lazymanifest python code
stable 5.0.1
|
file |
diff |
annotate
|
Thu, 23 May 2019 21:54:24 -0400 |
Matt Harbison |
manifest: avoid corruption by dropping removed files with pure (issue5801)
stable
|
file |
diff |
annotate
|
Thu, 23 May 2019 21:39:19 -0400 |
Matt Harbison |
tests: demonstrate broken manifest generation with the pure module
stable
|
file |
diff |
annotate
|
Thu, 14 Mar 2019 00:40:11 +0000 |
Pierre-Yves David |
manifestcache: use `wcache` directory for manifest cache
|
file |
diff |
annotate
|
Fri, 15 Mar 2019 15:07:43 +0000 |
Pierre-Yves David |
manifestcache: protect write with `wlock` instead of `lock`
|
file |
diff |
annotate
|
Fri, 15 Mar 2019 12:17:30 +0000 |
Pierre-Yves David |
manifestcache: abstract the filename in a class attribute
|
file |
diff |
annotate
|
Fri, 15 Mar 2019 09:07:23 +0000 |
Pierre-Yves David |
manifestcache: skip setup earlier if we don't have the lock
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
file |
diff |
annotate
|
Wed, 12 Dec 2018 16:26:58 +0300 |
Pulkit Goyal |
manifest: convert a recursive function to iterative one using stacks
|
file |
diff |
annotate
|
Mon, 03 Dec 2018 22:22:23 -0800 |
Martin von Zweigbergk |
manifest: accept narrowmatch into constructor instead of getting from repo
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 23:26:35 +0200 |
Boris Feld |
storage: also use `deltamode argument` for ifiledata
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 18:04:46 -0700 |
spectral |
treemanifests: remove _loadalllazy when doing copies
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 19:25:41 -0700 |
spectral |
treemanifests: store whether a lazydirs entry needs copied after materializing
|
file |
diff |
annotate
|
Tue, 02 Oct 2018 18:55:07 -0700 |
spectral |
treemanifests: extract _loaddifflazy from _diff, use in _filesnotin
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 13:55:51 +0300 |
Pulkit Goyal |
manifest: remove an unused variable caught by pyflakes
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 20:16:48 -0700 |
spectral |
treemanifests: remove _loadalllazy in _diff()
|
file |
diff |
annotate
|