log

age author description
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`
Thu, 12 Sep 2024 10:08:45 +0200 Pierre-Yves David rust-inner-revlog: derive Debug for IndexHeaderFlags
Thu, 12 Sep 2024 10:08:28 +0200 Pierre-Yves David rust-inner-revlog: drop some outdated comment
Wed, 19 Jun 2024 12:00:55 +0200 Raphaël Gomès rust-config: add more ways of reading the config
Tue, 26 Mar 2024 15:51:31 +0000 Raphaël Gomès util: make buffer readonly
Thu, 05 Sep 2024 17:12:52 -0400 Matt Harbison setup: avoid the deprecated `distutils.spawn.find_executable`
Thu, 05 Sep 2024 16:59:36 -0400 Matt Harbison setup: drop the hack to disable linker warning 4197 on Windows
Wed, 11 Sep 2024 00:20:07 +0200 Pierre-Yves David ci: also offer to test 3.12 with rust
Wed, 28 Aug 2024 16:35:43 +0200 Pierre-Yves David ci: add the option to test more Python versions
Thu, 05 Sep 2024 12:37:59 +0200 Pierre-Yves David censor: document the censor.policy option (issue6909)
Thu, 05 Sep 2024 12:28:12 +0200 Pierre-Yves David help: add :config-doc:`section.key` shorthand to insert documentation
Wed, 11 Sep 2024 20:52:51 +0200 Pierre-Yves David bzr: attempt to stabilize the test
Thu, 12 Sep 2024 02:24:20 +0200 Pierre-Yves David branching: merge with stable
Wed, 11 Sep 2024 12:03:39 +0200 Pierre-Yves David profiling: use "stat" profiler to profile individual request stable