Tue, 18 Feb 2025 01:26:22 +0100 |
paugier |
makefile: more fix to the pip invocation
|
Tue, 18 Feb 2025 01:25:35 +0100 |
paugier |
makefile: remove the target 'all'
|
Tue, 18 Feb 2025 01:22:46 +0100 |
paugier |
makefile: update the way we call the sub makefile
|
Tue, 18 Feb 2025 01:20:53 +0100 |
paugier |
makefile: minor spacing fix
|
Tue, 18 Feb 2025 01:20:18 +0100 |
paugier |
makefile: drop a useless empty line at the end of the file
|
Tue, 04 Feb 2025 17:47:04 +0100 |
paugier |
makefile: fix install-bin and install-bin-home targets
|
Mon, 17 Feb 2025 12:36:03 +0100 |
Pierre-Yves David |
makefile: use pybuild for the `dist-notests` make target
|
Mon, 17 Feb 2025 12:35:15 +0100 |
Pierre-Yves David |
makefile: use pybuild for the `wheel` make target
|
Mon, 17 Feb 2025 11:45:47 +0100 |
paugier |
contributing: explicit list of dev requirements
|
Mon, 17 Feb 2025 11:45:17 +0100 |
paugier |
contributing: move CONTRIBUTING to markdown format
|
Thu, 30 Jan 2025 10:13:07 +0100 |
paugier |
makefile: remove COMPILERFLAG (prefer standard env vars)
|
Wed, 29 Jan 2025 02:27:05 +0100 |
Pierre-Yves David |
stream-clone-v2: directly use the os module for file operation
|
Wed, 29 Jan 2025 02:23:02 +0100 |
Pierre-Yves David |
stream-clone-v2: bypass the vfs to write the file on disk
|
Wed, 29 Jan 2025 02:17:33 +0100 |
Pierre-Yves David |
stream-clone-v2: centralize preparation for streamed files
|
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
|