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
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Wed, 20 Dec 2023 16:39:03 +0100 Pierre-Yves David pytype: drop the last inline type comment
Wed, 20 Dec 2023 11:23:09 +0100 Pierre-Yves David pytype: convert type comment for inline variable too
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 20:13:22 +0100 Pierre-Yves David lock: properly convert error to bytes
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Wed, 08 Nov 2023 01:58:16 +0100 Pierre-Yves David usage: configure uncompressed chunk cache through resource configuration
Mon, 09 Oct 2023 15:12:16 +0200 Pierre-Yves David usage: add configuration option to adjust resources usage
Mon, 09 Oct 2023 15:06:21 +0200 Pierre-Yves David usage: add a `usage.repository-role` config
Wed, 13 Dec 2023 13:46:28 +0100 Pierre-Yves David common-pattern: cover "elapsed time" line
Wed, 27 Dec 2023 18:02:26 +0100 Pierre-Yves David bundle: do not detect --base argument that match nothing as lack of argument stable
Wed, 27 Dec 2023 18:42:13 +0100 Pierre-Yves David bundle: highlight misbehavior when --base does not match any revision stable
Sun, 24 Dec 2023 02:43:53 +0100 Pierre-Yves David branching: merge with stable
Sat, 18 Nov 2023 00:16:15 +0100 Pierre-Yves David generate-churning-bundle: fix script for python3 stable
Sat, 16 Dec 2023 10:48:20 -0800 Martin von Zweigbergk narrow: strip trailing `/` from manifest dir before matching it
Mon, 18 Dec 2023 10:13:41 -0800 Martin von Zweigbergk tests: demonstrate error when narrowing with `rootfilesin:` pattern
Mon, 18 Dec 2023 14:51:20 -0800 Martin von Zweigbergk matchers: use correct method for finding index in vector
Tue, 12 Dec 2023 17:08:45 +0100 Pierre-Yves David dirstate: make the `transaction` argument of `setbranch` mandatory
Wed, 20 Dec 2023 14:59:31 +0100 Raphaël Gomès rust-clippy: apply some more trivial fixes
Wed, 20 Dec 2023 14:58:36 +0100 Raphaël Gomès rust-clippy: simplify `match` to `if let`
Fri, 01 Dec 2023 22:56:08 +0100 Pierre-Yves David censor: accept multiple revision in a single call
Fri, 01 Dec 2023 22:46:46 +0100 Pierre-Yves David censor: be more verbose about the other steps too
Fri, 01 Dec 2023 22:44:33 +0100 Pierre-Yves David censor: add a command flag to skip the head checks
Fri, 01 Dec 2023 22:33:35 +0100 Pierre-Yves David censor: inform the user that we are spending time checking heads
Fri, 01 Dec 2023 22:25:52 +0100 Pierre-Yves David censor: mention that we check the heads in the help
Thu, 21 Dec 2023 01:45:43 +0100 Pierre-Yves David persistent-nodemap: respect the mmap setting when refreshing data stable
Thu, 14 Dec 2023 09:57:25 +0100 Raphaël Gomès rust-index: only access offsets if revlog is inline
Wed, 06 Dec 2023 11:04:18 +0100 Raphaël Gomès rust-index: cache the head nodeids python list
Tue, 05 Dec 2023 14:50:05 +0100 Raphaël Gomès rust-index: add fast-path for getting a list of all heads as nodes
Wed, 29 Nov 2023 23:22:51 -0500 Raphaël Gomès rust-index-cpython: cache the heads' PyList representation
Wed, 29 Nov 2023 15:58:24 -0500 Raphaël Gomès rust-index: use a `BitVec` instead of plain `Vec` for heads computation
Wed, 29 Nov 2023 10:04:41 -0500 Raphaël Gomès rust-index: implement faster retain heads using a vec instead of a hashset
Thu, 14 Dec 2023 11:52:05 +0100 Raphaël Gomès rust-index: allow inlining VCSGraph parents across crates
Thu, 23 Nov 2023 18:48:07 +0100 Raphaël Gomès rust-index: allow inlining `parents` across crates
Thu, 23 Nov 2023 18:47:42 +0100 Raphaël Gomès rust-index: allow inlining `check_revision` across crates
Thu, 23 Nov 2023 03:41:58 +0100 Raphaël Gomès rust-index: document safety invariants being upheld for every `unsafe` block
Sun, 29 Oct 2023 12:18:03 +0100 Georges Racinet on incendie.racinet.fr rust-index: renamed `MixedIndex` as `Index`
Sun, 29 Oct 2023 23:54:05 +0100 Georges Racinet rust-index: stop instantiating a C Index
Mon, 30 Oct 2023 21:28:30 +0100 Georges Racinet rust-revlog: using the ad-hoc `NodeTree` in scmutil
Mon, 30 Oct 2023 22:36:30 +0100 Georges Racinet rust-revlog: add invalidation detection to `NodeTree` class
Thu, 02 Nov 2023 15:50:13 +0100 Raphaël Gomès rust-index: add support for `del index[r]`
Mon, 30 Oct 2023 21:26:17 +0100 Georges Racinet rust-revlog: bare minimal NodeTree exposition
Mon, 30 Oct 2023 21:25:28 +0100 Georges Racinet rust-index: a property to identify the Rust index as such
Mon, 30 Oct 2023 15:32:33 +0100 Georges Racinet rust-cpython-revlog: renamed NodeTree import as CoreNodeTree
Fri, 20 Oct 2023 09:48:53 +0200 Georges Racinet rust-index: stop using C index
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip