log

age author description
Mon, 20 Nov 2023 04:44:40 +0100 Pierre-Yves David delta-find: introduce a _DeltaSearch object
Fri, 22 Dec 2023 12:58:54 +0100 Pierre-Yves David delta-find: add a small docstring to deltacomputer
Thu, 11 Jan 2024 16:41:54 +0100 Pierre-Yves David revlog: stop using `atomictmp` for the split revlog
Thu, 11 Jan 2024 16:39:31 +0100 Pierre-Yves David changelog: drop the side_write argument to revlog splitting
Thu, 11 Jan 2024 16:35:52 +0100 Pierre-Yves David changelog: stop useless enforcing split at the end of transaction
Sun, 14 Jan 2024 16:03:08 -0300 Anton Shestakov tests: don't use "status" operand of dd in test-censor.t (issue6858) stable
Thu, 11 Jan 2024 17:52:13 +0100 Raphaël Gomès branching: merge stable into default
Thu, 11 Jan 2024 17:49:51 +0100 Raphaël Gomès Added signature for changeset 136902b3a95d stable
Thu, 11 Jan 2024 17:49:37 +0100 Raphaël Gomès Added tag 6.6.2 for changeset 136902b3a95d stable
Thu, 11 Jan 2024 17:49:04 +0100 Raphaël Gomès relnotes: add 6.6.2 stable 6.6.2
Wed, 03 Jan 2024 18:33:39 +0100 Georges Racinet pycompat: fix bytestr(bytes) in Python 3.11 stable
Thu, 04 Jan 2024 14:45:31 -0500 Arun Kulshreshtha narrow: prevent removal of ACL-defined excludes stable
Thu, 04 Jan 2024 14:41:18 -0500 Arun Kulshreshtha narrow: add test demonstrating bug in acl exclusion enforcement stable
Mon, 08 Jan 2024 13:35:02 +0100 Anton Shestakov contrib: add a set of scripts to run pytype in Docker
Mon, 18 Dec 2023 15:52:17 -0300 Anton Shestakov pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier
Mon, 18 Dec 2023 15:40:48 -0300 Anton Shestakov pytype: update check-pytype.sh to select target automatically
Tue, 19 Dec 2023 22:54:52 +0100 Pierre-Yves David git-hgext: adjust to the lack of `changelog.heads` method
Tue, 19 Dec 2023 22:21:31 +0100 Pierre-Yves David remotefilelog: drop dead code
Tue, 19 Dec 2023 22:07:59 +0100 Pierre-Yves David pytype: use the right signature for the `__delitem__`
Tue, 19 Dec 2023 22:07:21 +0100 Pierre-Yves David pytype: use the right signature for the `__setitem__`
Tue, 19 Dec 2023 22:03:34 +0100 Pierre-Yves David sparse: use with statement for wlock
Tue, 19 Dec 2023 22:00:47 +0100 Pierre-Yves David remotefilelog: adjust the signature of basepack.createindex
Thu, 21 Dec 2023 00:19:19 +0100 Pierre-Yves David pytype: add the couple annotations for pytype to understands the lrunode
Tue, 19 Dec 2023 21:40:06 +0100 Pierre-Yves David pytype: ignore some signature mismatch in registrar
Tue, 19 Dec 2023 21:38:46 +0100 Pierre-Yves David hgweb: update _runwsgi try/except range to be valid
Tue, 19 Dec 2023 21:36:52 +0100 Pierre-Yves David pytype: add type information for `annotateresult.lines`
Tue, 19 Dec 2023 21:34:47 +0100 Pierre-Yves David pytype: ignore attribute error for time.clock
Tue, 19 Dec 2023 21:27:49 +0100 Pierre-Yves David pytype: ignore certifi import error
Tue, 19 Dec 2023 21:26:30 +0100 Pierre-Yves David pytype: ignore some signature mismatch in configitems
Wed, 20 Dec 2023 16:30:32 +0100 Pierre-Yves David pytype: only output the "pytype crashed" message on error