Wed, 05 Mar 2025 23:02:19 +0100 |
Pierre-Yves David |
branching: merging with 7.0 changes
stable
|
Wed, 05 Mar 2025 11:41:45 +0100 |
Pierre-Yves David |
stream-bundle: properly process requirements
stable 6.9.3
|
Wed, 19 Feb 2025 02:45:09 +0100 |
Pierre-Yves David |
stream-clone: adjust default value for worker and memory
|
Wed, 29 Jan 2025 02:45:58 +0100 |
Pierre-Yves David |
stream-clone: skip the memory_target logic when usage is unlimited
|
Wed, 19 Feb 2025 01:13:00 +0100 |
Pierre-Yves David |
stream-bundle: make sure to open the file in binary mode
|
Tue, 18 Feb 2025 17:21:42 +0100 |
Pierre-Yves David |
stream-bundle: simple use of `mode` argument of `os.open`
|
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
|
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
|
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
|
Tue, 21 Jan 2025 04:28:11 +0100 |
Pierre-Yves David |
stream-clone-v2: use the pass through for threaded stream clone
|
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
|
Thu, 28 Nov 2024 11:05:26 +0100 |
Pierre-Yves David |
stream: acknowledge the end of the bundle part earlier
|
Thu, 28 Nov 2024 11:05:16 +0100 |
Pierre-Yves David |
stream: report number of file written then information is available
|
Thu, 28 Nov 2024 11:05:07 +0100 |
Pierre-Yves David |
stream: consistently close progress before reporting time
|
Thu, 28 Nov 2024 11:05:02 +0100 |
Pierre-Yves David |
stream: use an utility function to report transferred bytes
|
Mon, 13 Jan 2025 00:40:48 -0500 |
Matt Harbison |
streamclone: unbyteify string args to builtin Error classes
|
Mon, 13 Jan 2025 00:36:25 -0500 |
Matt Harbison |
typing: add trivial type annotations to `mercurial/streamclone.py`
|
Mon, 06 Jan 2025 20:02:17 -0500 |
Matt Harbison |
typing: lock in the new type annotations detected with the pyupgrade changes
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Sun, 05 Jan 2025 21:03:17 -0500 |
Matt Harbison |
pyupgrade: drop usage of py3 aliases for `OSError`
|
Wed, 04 Dec 2024 23:31:46 +0100 |
Pierre-Yves David |
stream: preserve volatile cache early
|
Wed, 04 Dec 2024 17:13:39 +0100 |
Pierre-Yves David |
stream: rename all test hook point one number up
|
Mon, 02 Dec 2024 17:00:12 +0100 |
Pierre-Yves David |
stream: create a `e.preserve_volatiles` method directly on StoreEntry
|
Mon, 02 Dec 2024 16:01:00 +0100 |
Pierre-Yves David |
stream: start the volatile manager sooner during emission
|
Mon, 04 Nov 2024 16:43:05 -0500 |
Matt Harbison |
streamclone: disable the volatile file open handle optimization on Windows
stable
|
Tue, 01 Oct 2024 16:07:51 +0200 |
Pierre-Yves David |
stream: prefer keeping an open file handle to volatile file instead of copy
|
Tue, 01 Oct 2024 15:55:49 +0200 |
Pierre-Yves David |
stream: remove __getitem__ from the VolatileManager
|
Tue, 01 Oct 2024 15:55:29 +0200 |
Pierre-Yves David |
stream: open volatile file through the manager
|
Mon, 14 Oct 2024 15:11:49 +0200 |
Pierre-Yves David |
stream: rename TempCopyManager to VolatileManager
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Rapha?l Gom?s |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Sun, 14 Apr 2024 02:33:36 +0200 |
Pierre-Yves David |
stream-clone: disable gc for the entry listing section for the v2 format
|
Tue, 26 Mar 2024 13:46:44 +0000 |
Pierre-Yves David |
streamclone: stop listing files for entries that have no volatile files
|
Tue, 26 Mar 2024 13:34:05 +0000 |
Pierre-Yves David |
stream-clone: disable gc for the initial section for the v3 format
|
Tue, 26 Mar 2024 13:32:46 +0000 |
Pierre-Yves David |
stream-clone: disable gc for `_entries_walk` duration
|
Tue, 26 Mar 2024 11:24:20 +0000 |
Pierre-Yves David |
stream-clone: stop getting the file size of all file in v3
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Thu, 01 Jun 2023 17:39:22 +0100 |
Arseniy Alekseyev |
stream-clone: add a v3 version of the protocol
|
Wed, 08 Mar 2023 14:23:43 +0100 |
Mathias De Mare |
clonebundles: add support for inline (streaming) clonebundles
|
Mon, 29 May 2023 14:07:58 +0200 |
Pierre-Yves David |
stream-clone: implement decidated `get_streams` method for revlog
|
Sun, 28 May 2023 05:52:58 +0200 |
Pierre-Yves David |
stream-clone: make it the responsability of the store entry to stream content
|
Mon, 29 May 2023 04:26:39 +0200 |
Pierre-Yves David |
stream-clone: drop the _emit_v2 function
|
Mon, 29 May 2023 04:24:39 +0200 |
Pierre-Yves David |
stream-clone: directly use `_entries_walk` to generate stream-v2
|
Mon, 29 May 2023 04:12:30 +0200 |
Pierre-Yves David |
stream-clone: pre-indent some code
|
Sun, 28 May 2023 04:12:10 +0200 |
Pierre-Yves David |
local-clone: perform the hardlink/copy based from _entries_walk returns
|
Sat, 27 May 2023 04:22:18 +0200 |
Pierre-Yves David |
stream-clone: introduce a richer TempCopyManager object
|
Fri, 19 May 2023 14:49:50 +0200 |
Pierre-Yves David |
stream-clone: introduce the notion of an experimental "v3" version
|
Sat, 20 May 2023 01:39:13 +0200 |
Pierre-Yves David |
stream-clone: check is a compatible protocol can be found
|
Sat, 20 May 2023 01:22:49 +0200 |
Pierre-Yves David |
stream-clone: bail-out earlier if stream clone is not requested
|
Sat, 20 May 2023 01:19:26 +0200 |
Pierre-Yves David |
stream-clone: bail-out earlier if pull is partial
|
Sat, 20 May 2023 01:17:27 +0200 |
Pierre-Yves David |
stream-clone: bail-out earlier if destination repo is not empty
|
Sun, 21 May 2023 03:21:00 +0200 |
Pierre-Yves David |
stream-clone: yield cache entry in `_entries_walk` too
|
Sun, 21 May 2023 03:10:59 +0200 |
Pierre-Yves David |
stream-clone: introduce a _entries_walk
|
Sun, 21 May 2023 02:29:33 +0200 |
Pierre-Yves David |
store: make `walk` return an entry for obsolescence if requested so
|
Sun, 21 May 2023 02:15:04 +0200 |
Pierre-Yves David |
store: make `walk` return an entry for phase if requested so
|
Mon, 15 May 2023 08:58:01 +0200 |
Pierre-Yves David |
store: lazily get file size on demand for the fncache case
|
Mon, 15 May 2023 08:56:40 +0200 |
Pierre-Yves David |
store: introduce a EntryFile object to actually access file info
|
Mon, 15 May 2023 08:56:23 +0200 |
Pierre-Yves David |
store: use a StoreEntry object instead of tuple for store files
|
Mon, 06 Mar 2023 22:16:28 +0100 |
Pierre-Yves David |
undo-files: no longer pass the `repo` to `cleanup_undo_files`
stable
|
Mon, 06 Mar 2023 21:03:45 +0100 |
Pierre-Yves David |
undo-files: move the undo cleanup code in the transaction module
stable
|
Mon, 06 Mar 2023 13:05:43 +0100 |
Pierre-Yves David |
undo-files: use the cleanup function in streamclone
stable
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Tue, 10 May 2022 20:30:26 +0100 |
Arseniy Alekseyev |
clone: use better names for temp files
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 27 Jan 2022 22:24:11 +0100 |
Pierre-Yves David |
stream-clone: allow to change persistent-nodemap format during stream clone
|
Wed, 02 Feb 2022 17:24:05 +0100 |
Rapha?l Gom?s |
branching: merge stable into default
|
Mon, 24 Jan 2022 11:49:06 +0100 |
Pierre-Yves David |
stream-clone: filter possible missing requirements using all supported one
stable
|
Mon, 17 Jan 2022 19:26:36 +0100 |
Pierre-Yves David |
stream-clone: add a explicit set list requirements relevant to stream clone
|
Mon, 24 Jan 2022 11:49:06 +0100 |
Pierre-Yves David |
stream-clone: filter possible missing requirements using all supported one
|
Fri, 14 Jan 2022 18:02:25 +0100 |
Pierre-Yves David |
stream-clone: factor computation of requirement of a stream clone
|
Fri, 14 Jan 2022 17:57:49 +0100 |
Pierre-Yves David |
stream-clone: factor computation of new clone requirement out
|
Wed, 25 Aug 2021 15:15:19 +0200 |
Rapha?l Gom?s |
branching: merge stable into default
|
Mon, 02 Aug 2021 08:05:13 -0400 |
Valentin Gatien-Baron |
store: return just one filename in walk functions
|
Wed, 25 Aug 2021 11:32:49 +0200 |
Pierre-Yves David |
clone: properly create target directories during local clone (issue6581)
stable
|
Sun, 01 Aug 2021 10:54:03 -0400 |
Valentin Gatien-Baron |
streamclone: ensure the server sends the right amount of data
stable
|
Wed, 21 Jul 2021 22:52:09 +0200 |
Pierre-Yves David |
branching: merge default into stable
stable 5.9rc0
|
Thu, 24 Jun 2021 03:22:03 +0200 |
Pierre-Yves David |
stream: double check that self.vfs is *not* in the vfsmap
stable
|
Tue, 08 Jun 2021 03:56:33 +0200 |
Pierre-Yves David |
clone: also report the bookmark file as copied
|
Tue, 08 Jun 2021 02:06:45 +0200 |
Pierre-Yves David |
clone: reuse the stream clone logic for local clone
|
Tue, 08 Jun 2021 02:06:02 +0200 |
Pierre-Yves David |
streamingclone: extract the scanning part from the generation part
|
Tue, 20 Apr 2021 05:08:55 +0200 |
Pierre-Yves David |
streamclone: treat volatile file as "fullfile"
|
Mon, 19 Apr 2021 19:12:28 +0200 |
Pierre-Yves David |
streamclone: remove sleep based "synchronisation" in tests
|
Tue, 06 Apr 2021 10:38:03 +0200 |
Pierre-Yves David |
store: also return some information about the type of file `walk` found
|
Wed, 03 Mar 2021 14:00:45 +0100 |
Rapha?l Gom?s |
requirements: add constant for revlog v1 requirement
|
Tue, 14 Apr 2020 16:43:54 +0530 |
Pulkit Goyal |
scmutil: add writereporequirements() and route requires writing through it
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
Mon, 21 Jan 2019 17:37:33 +0000 |
Martijn Pieters |
branchmap: encapsulate cache updating in the map itself
|
Wed, 17 Oct 2018 17:42:32 +0300 |
Pulkit Goyal |
store: introduce _matchtrackedpath() and use it to filter store files
|
Fri, 05 Oct 2018 23:27:17 +0800 |
Anton Shestakov |
streamclone: include obsstore file into stream bundle if client can read it
|
Wed, 03 Oct 2018 17:59:05 +0300 |
Pulkit Goyal |
streamclone: pass narrowing related info in _walkstreamfiles()
|
Wed, 26 Sep 2018 17:20:04 +0300 |
Pulkit Goyal |
streamclone: new server config and some API changes for narrow stream clones
|
Tue, 02 Oct 2018 12:43:54 -0700 |
Gregory Szorc |
streamclone: don't support stream clone unless repo feature present
|
Wed, 19 Sep 2018 14:36:57 -0700 |
Gregory Szorc |
localrepo: define "features" on repository instances (API)
|
Fri, 21 Sep 2018 11:43:46 -0400 |
Augie Fackler |
streamclone: reimplement nested context manager
|
Wed, 12 Sep 2018 15:59:26 -0700 |
Gregory Szorc |
localrepo: extract resolving of opener options to standalone functions
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
Sun, 17 Jun 2018 13:48:58 -0700 |
Martin von Zweigbergk |
progress: make the progress helper a context manager
|
Sun, 17 Jun 2018 22:13:41 -0700 |
Martin von Zweigbergk |
progress: hide update(None) in a new complete() method
|
Sun, 17 Jun 2018 23:03:23 -0400 |
Augie Fackler |
streamclone: update progress later to avoid passing None to util.bytecount
|
Sat, 16 Jun 2018 00:37:44 -0700 |
Martin von Zweigbergk |
streamclone: use progress helper
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|