Thu, 13 Feb 2025 13:13:05 +0100 |
Rapha?l Gom?s |
index: remember the generaldelta config instead of getting it from the revlog
|
Thu, 13 Feb 2025 13:10:11 +0100 |
Rapha?l Gom?s |
parsers: remove unused function
|
Tue, 07 Jan 2025 17:34:25 +0100 |
Rapha?l Gom?s |
rust-pyo3: switch over to the pyo3 `InnerRevlog`
|
Tue, 07 Jan 2025 16:46:21 -0500 |
Matt Harbison |
pyupgrade: drop `coding=UTF-8` comments
|
Mon, 06 Jan 2025 00:30:55 -0500 |
Matt Harbison |
pyupgrade: drop the quoting around type annotations
|
Sat, 07 Dec 2024 16:46:44 +0100 |
Georges Racinet |
rust-pyo3: plugging in the ancestor module
|
Tue, 22 Oct 2024 18:45:09 -0400 |
Matt Harbison |
revlog: subclass the new `repository.irevisiondelta` Protocol class
|
Tue, 22 Oct 2024 17:18:26 -0400 |
Matt Harbison |
revlog: subclass the new `repository.iverifyproblem` Protocol class
|
Thu, 05 Dec 2024 18:07:55 +0100 |
Georges Racinet |
rust-pyo3: plugging in the dagop module
|
Wed, 31 Jul 2024 13:35:54 +0200 |
Rapha?l Gom?s |
rust-revlog: don't create an in-memory nodemap for filelogs from Python
|
Mon, 29 Jul 2024 20:39:34 +0200 |
Rapha?l Gom?s |
revlog: add glue to use a pure-Rust VFS
|
Wed, 19 Jun 2024 19:10:49 +0200 |
Rapha?l Gom?s |
revlog: add the glue to use the Rust `InnerRevlog` from Python
|
Wed, 19 Jun 2024 17:03:13 +0200 |
Rapha?l Gom?s |
changelog: also set the general delta config flag in the data config
|
Wed, 23 Oct 2024 16:22:21 -0400 |
Matt Harbison |
revlog: drop the CamelCase name for `revlog.revlogproblem`
|
Wed, 23 Oct 2024 16:19:24 -0400 |
Matt Harbison |
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta`
|
Fri, 27 Sep 2024 03:55:40 +0200 |
Pierre-Yves David |
head-revs: add a native implementation of the `stop_rev` parameter
|
Tue, 03 Sep 2024 11:11:17 +0200 |
Pierre-Yves David |
branchmap-v3: introduce a "stop_rev" argument to `headsrevs`
|
Wed, 25 Sep 2024 17:18:40 +0200 |
Pierre-Yves David |
head-revs: teach the pure indexes about the `headrevs` method
|
Wed, 18 Sep 2024 17:46:46 -0400 |
Matt Harbison |
revlog: make `clearcaches()` signature consistent with ManifestRevlog
|
Sat, 03 Aug 2024 01:33:13 -0400 |
Matt Harbison |
bundlerepo: fix mismatches with repository and revlog classes
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 12 Sep 2024 12:38:43 -0400 |
Matt Harbison |
typing: explicitly set the return type of `_InnerRevLog.raw_text()`
|
Wed, 19 Jun 2024 18:06:50 +0200 |
Rapha?l Gom?s |
revlog: use the method to check if the revlog is being written to
|
Wed, 19 Jun 2024 17:26:06 +0200 |
Rapha?l Gom?s |
revlog: add an early return for getting sidedata
|
Wed, 19 Jun 2024 17:19:20 +0200 |
Rapha?l Gom?s |
revlog: simplify rawtext return value
|
Wed, 19 Jun 2024 17:06:05 +0200 |
Rapha?l Gom?s |
revlog: cleanup some outdated docstrings
|
Wed, 21 Aug 2024 22:15:05 -0400 |
Matt Harbison |
typing: lock in new pytype gains from making revlog related classes typeable
|
Tue, 20 Aug 2024 00:07:05 -0400 |
Matt Harbison |
typing: add types to `revlog.revlogproblem`
|
Mon, 19 Aug 2024 22:46:09 -0400 |
Matt Harbison |
typing: make the revlog classes known to pytype
|
Wed, 21 Aug 2024 16:13:14 -0400 |
Matt Harbison |
typing: add type hints to the `opener` attributes and arguments of revlog
|