log

age author description
Fri, 16 Aug 2024 18:11:52 -0400 Matt Harbison typing: hide the interface version of `dirstate` during type checking
Fri, 16 Aug 2024 18:02:32 -0400 Matt Harbison dirstate: remove the interface decorator to help pytype
Fri, 16 Aug 2024 17:58:17 -0400 Matt Harbison largefiles: sync up `largefilesdirstate` methods with `dirstate` base class
Fri, 16 Aug 2024 11:12:19 +0100 Arseniy Alekseyev sparse: reliably avoid writing to store without a lock
Thu, 15 Aug 2024 13:52:14 +0100 Arseniy Alekseyev debugsparse: stop taking the store lock
Thu, 15 Aug 2024 14:54:22 +0100 Arseniy Alekseyev scmutils: read the requires file before writing to avoid unnecessary rewrite
Thu, 15 Aug 2024 14:56:50 +0100 Arseniy Alekseyev localrepo: remove _readrequires function in favor of scmutil.readrequires
Thu, 15 Aug 2024 14:53:17 +0100 Arseniy Alekseyev scmutil: add `readrequires` next to `writerequires`
Wed, 14 Aug 2024 03:25:16 -0400 Matt Harbison typing: correct a type hint in `mercurial.manifest`
Sat, 10 Aug 2024 14:22:26 -0400 Matt Harbison typing: add hints to `mercurial.util.mktempcopy()`
Sat, 10 Aug 2024 14:18:44 -0400 Matt Harbison typing: fix the hint for the `mode` argument of `platform.copymode()`
Fri, 09 Aug 2024 22:45:32 +0200 Manuel Jacob largefiles: fix check that ensures that --all-largefiles is only used locally stable
Fri, 05 May 2023 06:08:36 -0600 Felipe Contreras exchange: trivial simplification
Fri, 09 Aug 2024 14:26:13 +0200 Manuel Jacob import: fix erroneous comparison of str with bytes stable
Thu, 08 Aug 2024 17:28:38 +0400 Anton Shestakov histedit: create state and acquire locks earlier stable
Tue, 06 Aug 2024 22:51:41 +0200 Manuel Jacob py3: use str literal instead of bytes literal stable
Tue, 06 Aug 2024 18:23:59 +0200 Manuel Jacob typing: fix type annotation stable
Tue, 06 Aug 2024 17:53:59 +0200 Manuel Jacob cffi: pass bytes instead of str to ffi.new("char[]", …) stable
Mon, 05 Aug 2024 21:21:32 +0200 Manuel Jacob cffi: call bytes() instead of str() on CFFI buffer instances stable
Mon, 05 Aug 2024 21:08:36 +0200 Manuel Jacob cffi: pass C type and attribute names as str instead of bytes stable
Mon, 05 Aug 2024 20:47:17 +0200 Manuel Jacob py3: fix type of some elements of __all__ lists stable
Mon, 05 Aug 2024 20:08:23 +0200 Pierre-Yves David manifest: deprecated readdelta and readfast
Tue, 06 Aug 2024 02:09:33 +0200 Pierre-Yves David manifest: use read_delta_new_entries in verify too
Tue, 06 Aug 2024 02:13:17 +0200 Pierre-Yves David manifest: use read_delta_new_entries in changegroup validate
Tue, 06 Aug 2024 02:12:08 +0200 Pierre-Yves David manifest: add a read_delta_new_entries method
Thu, 01 Aug 2024 13:15:54 +0200 Pierre-Yves David manifest: use `read_delta_parents` when adjusting linkrev
Thu, 01 Aug 2024 13:15:10 +0200 Pierre-Yves David manifest: use the `read_delta_parents` method
Thu, 01 Aug 2024 13:12:49 +0200 Pierre-Yves David manifest: use `read_delta_parents` when adjusting linkrev in remotefile
Thu, 01 Aug 2024 13:10:09 +0200 Pierre-Yves David manifest: introduce a `read_delta_parents` method
Thu, 01 Aug 2024 12:14:40 +0200 Pierre-Yves David manifest: use `read_any_fast_delta` for tag rev cache computation