log

age author description
Mon, 20 Jan 2025 12:41:20 +0100 Pierre-Yves David stream-clone-v2: disable buffering when writing the files
Sat, 30 Nov 2024 02:24:22 +0100 Pierre-Yves David vfs: add a "buffering" argument to vfs mirroring the Python one
Fri, 29 Nov 2024 22:22:54 +0100 Pierre-Yves David stream-clone-v2: disable the garbage collector during consumption
Wed, 05 Feb 2025 21:59:32 +0100 Pierre-Yves David stream-clone-v2: simplify the handling of small file
Wed, 05 Feb 2025 21:58:05 +0100 Pierre-Yves David util: expose the default chunk size for filechunkiter
Mon, 03 Feb 2025 23:28:09 +0100 Pierre-Yves David stream-clone-v2: avoid waking further thread if only 1 item is available
Wed, 05 Feb 2025 12:17:00 +0100 Pierre-Yves David stream-clone-v2: use a Queue implementation without a stdlib Condition object
Mon, 03 Feb 2025 21:31:35 +0100 Pierre-Yves David stream-clone-v2: no longer use the stdlib Condition object
Mon, 27 Jan 2025 18:22:01 +0100 Pierre-Yves David stream-clone-v2: introduce a way to limit memory usage of the threaded version
Wed, 29 Jan 2025 15:50:01 +0100 Pierre-Yves David bundle2: also expose the `tell` attribute of the underlying chunkbuffer
Mon, 27 Jan 2025 18:18:57 +0100 Pierre-Yves David chunkbuffer: add a "tell()" method on chunk buffer
Tue, 21 Jan 2025 04:28:11 +0100 Pierre-Yves David stream-clone-v2: use the pass through for threaded stream clone
Mon, 27 Jan 2025 18:08:34 +0100 Pierre-Yves David bundle2-part: provide a "__iter__" pass through
Mon, 27 Jan 2025 18:08:19 +0100 Pierre-Yves David chunkbuffer: provide a "__iter__" pass through
Mon, 20 Jan 2025 17:05:22 +0100 Pierre-Yves David stream-clone-v2: also use a thread to read the streamed data
Mon, 27 Jan 2025 19:15:39 +0100 Pierre-Yves David stream-clone-v2: make the number of writer dependent of usage config
Mon, 20 Jan 2025 15:13:30 +0100 Pierre-Yves David stream-clone-v2: use dedicated threads to write the data on disk
Mon, 20 Jan 2025 13:00:21 +0100 Pierre-Yves David stream-clone-v2: turn the file chunking function into a class
Mon, 20 Jan 2025 12:32:37 +0100 Pierre-Yves David stream-clone-v2: extract the file writing code in a function
Mon, 20 Jan 2025 12:16:54 +0100 Pierre-Yves David stream-clone-v2: extract the stream parsing code in a function
Sun, 16 Feb 2025 23:29:09 -0500 Matt Harbison make: add missing `.PHONY` declarations to toplevel makefile targets
Sun, 16 Feb 2025 23:24:10 -0500 Matt Harbison make: distribute `.PHONY` declaration to each target in the toplevel makefile
Sun, 16 Feb 2025 23:10:11 -0500 Matt Harbison make: add missing `.PHONY` declarations to `doc` makefile targets
Sun, 16 Feb 2025 23:03:13 -0500 Matt Harbison make: distribute `.PHONY` declaration to each target in the `doc` makefile
Sun, 16 Feb 2025 22:58:21 -0500 Matt Harbison make: move the `.PHONY` declaration for the packaging target help above itself
Thu, 13 Feb 2025 15:55:31 -0500 Arun Kulshreshtha setup: set PYO3_PYTHON to ensure PyO3 uses the right Python
Fri, 07 Feb 2025 23:00:31 +0100 Pierre-Yves David typing: introduce a few basic alias for common types
Tue, 11 Feb 2025 22:44:21 -0500 Matt Harbison vfs: avoid passing None to `shutil.rmtree()` for the exception handler
Thu, 13 Feb 2025 11:40:56 -0500 Matt Harbison typing: add a few hints to `mercurial.phases` to appease PyCharm
Tue, 11 Feb 2025 23:30:00 -0500 Matt Harbison largefiles: replace ersatz ternary operators that confuse pytype 2024.10.11
Tue, 11 Feb 2025 21:21:17 -0500 Matt Harbison typing: add a cast to `mercurial.patch` to unconfuse pytype 2024.10.11
Sun, 16 Feb 2025 01:20:24 +0100 Pierre-Yves David typing: use the IPath interface instead of external import
Mon, 10 Feb 2025 00:16:22 +0100 Pierre-Yves David typing: add a protocol for `urlutil.path`
Mon, 10 Feb 2025 00:15:22 +0100 Pierre-Yves David typing: add an interface for url
Sat, 08 Feb 2025 18:15:18 +0100 Pierre-Yves David typing: use a protocol to annotate `pathutil.dirs` in repository.py
Sat, 08 Feb 2025 18:12:29 +0100 Pierre-Yves David typing: use a protocol to annotate `hooks` in repository.py
Sun, 09 Feb 2025 22:45:16 +0100 Pierre-Yves David typing: adds annotation to util.hooks
Thu, 12 Dec 2024 17:50:06 +0000 Pierre-Yves David ci: build the cp311 wheel sooner are the main test depends on them
Thu, 12 Dec 2024 11:04:43 +0000 Pierre-Yves David ci: use the rust wheel to test the main rust test
Thu, 12 Dec 2024 00:51:26 +0000 Pierre-Yves David ci: build rust wheel too
Sat, 15 Feb 2025 16:25:29 +0100 Pierre-Yves David wheel: skip re-installing the `build` package
Sat, 15 Feb 2025 15:20:33 +0100 Pierre-Yves David pycompat: backed out changeset e02c36478284
Sat, 15 Feb 2025 14:11:43 +0100 Pierre-Yves David py-compat: backed out changeset 7ca9c05ec335
Sat, 15 Feb 2025 14:12:20 +0100 Pierre-Yves David py-compat: backed out changeset b1daf3064362
Thu, 13 Feb 2025 13:13:05 +0100 Rapha?l Gom?s index: remember the generaldelta config instead of getting it from the revlog
Thu, 13 Feb 2025 13:10:11 +0100 Rapha?l Gom?s parsers: remove unused function
Wed, 12 Feb 2025 16:36:51 +0100 Rapha?l Gom?s setup: fix `make local PURE=--rust`
Wed, 12 Feb 2025 16:15:47 +0100 Rapha?l Gom?s setup: don't add Rust build artifacts to dependencies
Sat, 21 Dec 2024 17:43:38 -0500 Matt Harbison typing: add some type annotations around `mercurial.util.sortdict` usage
Fri, 20 Dec 2024 21:14:30 -0500 Matt Harbison typing: make `mercurial.util.cowsortdict` a generic class
Fri, 20 Dec 2024 20:31:15 -0500 Matt Harbison typing: make `mercurial.util.sortdict` a generic class
Sat, 08 Feb 2025 00:14:20 -0500 Matt Harbison typing: add type hints to the `mercurial.util.transactional` class
Fri, 20 Dec 2024 19:32:02 -0500 Matt Harbison typing: add type hints to the `mercurial.util.cow` mixin class
Fri, 20 Dec 2024 19:13:06 -0500 Matt Harbison util: mark `transactional` as an ABC in a more convention manner
Mon, 10 Feb 2025 10:42:16 +0100 Pierre-Yves David cleanup: remove the sqlitestore extension
Mon, 10 Feb 2025 11:18:33 +0100 Pierre-Yves David test-storage: actually allow things to run with rust
Mon, 10 Feb 2025 11:12:59 +0100 Pierre-Yves David test-storage: add an explanation for the skip
Wed, 05 Feb 2025 18:41:32 +0100 Georges Racinet rust-pyo3-dirstate: using from Python
Thu, 06 Feb 2025 15:03:58 +0100 Georges Racinet rust-pyo3-dirstate: status
Wed, 05 Feb 2025 11:20:39 +0100 Georges Racinet rust-pyo3-dirstate: DirsMultisetKeysIterator
Wed, 05 Feb 2025 11:11:05 +0100 Georges Racinet rust-pyo3-dirstate: Dirs methods not involving iterators
Tue, 04 Feb 2025 19:37:22 +0100 Georges Racinet rust-pyo3-dirstate: Dirs definition and constructor
Tue, 04 Feb 2025 13:36:42 +0100 Georges Racinet rust-pyo3-dirstate: CopyMap iterators
Tue, 04 Feb 2025 10:42:26 +0100 Georges Racinet rust-pyo3-dirstate: CopyMap without proxy methods
Thu, 30 Jan 2025 12:24:41 +0100 Georges Racinet rust-pyo3-dirstate: DirstateMap mutating methods except CopyMap related
Wed, 05 Feb 2025 11:04:19 +0100 Georges Racinet rust-pyo3-exceptions: helper for ValueError by calling to_string
Thu, 06 Feb 2025 13:57:51 +0100 Georges Racinet rust-pyo3-path: more conversions to Python
Wed, 29 Jan 2025 19:13:46 +0100 Georges Racinet rust-pyo3-dirstate: DirstateMap iterators
Tue, 04 Feb 2025 11:55:14 +0100 Georges Racinet rust-pyo3-sharedref: macro to define Python iterators
Wed, 29 Jan 2025 18:26:10 +0100 Georges Racinet rust-pyo3-dirstate: DirstateMap simple read-only methods
Thu, 06 Feb 2025 11:18:28 +0100 Georges Racinet rust-pyo3: new module for conversions of HgPath and friends
Wed, 29 Jan 2025 14:05:26 +0100 Georges Racinet rust-pyo3-dirsate: DirstateMap definition and constructors
Thu, 06 Feb 2025 11:40:38 +0100 Georges Racinet rust-pyo3: implementing IntoPyObject for Node
Wed, 29 Jan 2025 15:56:44 +0100 Georges Racinet rust-pyo3-dirstate: DirstateItem class
Wed, 29 Jan 2025 14:05:21 +0100 Georges Racinet rust-pyo3-dirstate: DirstateIdentity class
Wed, 29 Jan 2025 14:03:24 +0100 Georges Racinet rust-pyo3-dirstate: exceptions for dirstate errors
Wed, 29 Jan 2025 13:49:29 +0100 Georges Racinet rust-pyo3: making PyBytesDeref Sync
Wed, 29 Jan 2025 12:37:06 +0100 Georges Racinet rust-pyo3-dirstate: making bytes slices in core Sync
Fri, 24 Jan 2025 16:05:16 +0100 Georges Racinet rust-pyo3-dirstate: defining FallbackError
Fri, 24 Jan 2025 15:58:18 +0100 Georges Racinet rust-pyo3-dirstate: module definition
Wed, 12 Feb 2025 09:37:55 -0500 Josef 'Jeff' Sipek git: LookupError's first arg must be a byte string
Mon, 03 Feb 2025 18:31:36 +0000 Arseniy Alekseyev bundlerepo: improve cleanup on error in `bundlerepo.getremotechanges`
Mon, 03 Feb 2025 18:27:20 +0000 Arseniy Alekseyev refactor: reduce indentation level of a block in `bundlerepo`
Mon, 03 Feb 2025 18:26:26 +0000 Arseniy Alekseyev refactor: split `bundlerepo.getremotechanges` into three pieces
Tue, 07 Jan 2025 12:51:52 +0100 Rapha?l Gom?s pyo3-sharedref: add static assertions that we never implement Deref*
Mon, 06 Jan 2025 17:29:25 +0100 Rapha?l Gom?s rust-pyo3: add `logging_timer` dependency
Sun, 05 Jan 2025 23:39:02 +0100 Rapha?l Gom?s rust-pyo3: rename the `util` file to `utils`
Tue, 07 Jan 2025 17:37:06 +0100 Rapha?l Gom?s rust: clean up the dependency tree from the pyo3 transition
Tue, 07 Jan 2025 17:36:21 +0100 Rapha?l Gom?s rust-pyo3: remove the now unused `convert_cpython` module
Tue, 07 Jan 2025 17:34:25 +0100 Rapha?l Gom?s rust-pyo3: switch over to the pyo3 `InnerRevlog`
Mon, 06 Jan 2025 01:14:52 +0100 Rapha?l Gom?s rust-pyo3: translate discovery module from hg-cpython
Sun, 05 Jan 2025 23:33:24 +0100 Rapha?l Gom?s rust-pyo3: introduce utils to get the pyo3-wrapped index from Python
Sun, 05 Jan 2025 23:21:56 +0100 Rapha?l Gom?s rust-pyo3: implement missing traits for `PySharedIndex`
Tue, 07 Jan 2025 17:57:58 +0100 Rapha?l Gom?s rust-pyo3-revlog: _writinghandles
Sun, 05 Jan 2025 23:20:14 +0100 Rapha?l Gom?s rust-pyo3-revlog: write_pending
Sun, 05 Jan 2025 23:20:01 +0100 Rapha?l Gom?s rust-pyo3-revlog: clear_cache
Fri, 03 Jan 2025 15:45:06 +0100 Rapha?l Gom?s rust-pyo3-revlog: _revisioncache
Fri, 03 Jan 2025 15:44:29 +0100 Rapha?l Gom?s rust-pyo3: add `PyBytesDeref` util
Fri, 03 Jan 2025 15:00:50 +0100 Rapha?l Gom?s rust-pyo3-revlog: writing
Fri, 03 Jan 2025 14:59:15 +0100 Rapha?l Gom?s rust-pyo3-revlog: write_entry
Fri, 03 Jan 2025 14:57:53 +0100 Rapha?l Gom?s rust-pyo3: add a transaction module
Fri, 03 Jan 2025 12:51:25 +0100 Rapha?l Gom?s rust-pyo3-revlog: finalize_pending
Fri, 03 Jan 2025 12:50:25 +0100 Rapha?l Gom?s rust-pyo3-revlog: delay
Fri, 03 Jan 2025 12:45:33 +0100 Rapha?l Gom?s rust-pyo3-revlog: _chunk
Fri, 03 Jan 2025 12:44:08 +0100 Rapha?l Gom?s rust-pyo3-revlog: raw_text
Fri, 03 Jan 2025 12:43:52 +0100 Rapha?l Gom?s rust-pyo3: add a `with_pybytes_buffer` util
Fri, 03 Jan 2025 01:05:22 +0100 Rapha?l Gom?s rust-pyo3-revlog: get_segment_for_revs
Fri, 03 Jan 2025 00:59:50 +0100 Rapha?l Gom?s rust-pyo3-revlog: split_inline
Fri, 03 Jan 2025 00:45:25 +0100 Rapha?l Gom?s rust-pyo3-revlog: compress
Thu, 02 Jan 2025 23:59:26 +0100 Rapha?l Gom?s rust-pyo3-revlog: _deltachain
Thu, 02 Jan 2025 23:37:14 +0100 Rapha?l Gom?s rust-pyo3-revlog: issnapshot
Thu, 02 Jan 2025 23:22:24 +0100 Rapha?l Gom?s rust-pyo3-revlog: index_file property
Thu, 02 Jan 2025 17:45:58 +0100 Rapha?l Gom?s rust-pyo3-revlog: trivial properties
Thu, 02 Jan 2025 17:44:52 +0100 Rapha?l Gom?s rust-pyo3-revlog: canonical_index_file property
Thu, 02 Jan 2025 17:27:22 +0100 Rapha?l Gom?s rust-pyo3-revlog: _index_update_nodemap_data
Thu, 02 Jan 2025 17:16:39 +0100 Rapha?l Gom?s rust-pyo3-revlog: _index_nodemap_data_incremental
Thu, 02 Jan 2025 17:06:31 +0100 Rapha?l Gom?s rust-pyo3-revlog: _index_nodemap_data_all
Tue, 24 Dec 2024 16:11:19 +0100 Georges Racinet rust-pyo3-revlog: _index_node_ids
Tue, 24 Dec 2024 15:09:02 +0100 Georges Racinet rust-pyo3-revlog: _index_headrevsdiff
Tue, 24 Dec 2024 14:37:33 +0100 Georges Racinet rust-pyo3-revlog: _index_computephasesmapsets