log

age author description
Wed, 04 Sep 2024 17:08:58 +0200 Pierre-Yves David profiling: document the py-spy value for `profiling.type`
Thu, 19 Sep 2024 18:49:04 -0400 Matt Harbison tests: enable pytype checking on `mercurial/unionrepo.py`
Thu, 19 Sep 2024 18:48:07 -0400 Matt Harbison unionrepo: fix mismatches with revlog classes
Thu, 19 Sep 2024 16:19:29 -0400 Matt Harbison typing: make `unionrepository` subclass `localrepository` while type checking
Wed, 18 Sep 2024 21:00:20 -0400 Matt Harbison tests: enable pytype checking on `mercurial/bundlerepo.py`
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
Wed, 18 Sep 2024 17:50:57 -0400 Matt Harbison typing: make `bundlerepository` subclass `localrepository` while type checking
Tue, 17 Sep 2024 16:40:24 +0200 Pierre-Yves David rust: bump rust-cpython version to 0.7.2 stable
Wed, 19 Jun 2024 14:49:35 +0200 Raphaël Gomès rust: add Vfs trait
Wed, 19 Jun 2024 12:49:26 +0200 Raphaël Gomès rust: use new revlog configs in all revlog opening code
Tue, 17 Sep 2024 10:18:32 +0200 Raphaël Gomès rust-revlog: don't try to open the data file if the index is empty
Wed, 19 Jun 2024 12:25:12 +0200 Raphaël Gomès rust-revlog: add revlog-specific config objects
Thu, 12 Sep 2024 16:27:58 -0400 Matt Harbison typing: add `from __future__ import annotations` to remaining source files
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Thu, 12 Sep 2024 12:53:00 -0400 Matt Harbison typing: simplify archive.gz writing and drop a few pytype suppressions
Thu, 12 Sep 2024 12:38:43 -0400 Matt Harbison typing: explicitly set the return type of `_InnerRevLog.raw_text()`
Thu, 12 Sep 2024 12:28:27 -0400 Matt Harbison typing: add explicit hints for recent pytype regressions
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
Thu, 12 Sep 2024 10:09:06 +0200 Pierre-Yves David rust-inner-revlog: always inline `get_entry`