log

age author description
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