log tests/test-clone-uncompressed.t @ 47869:bf47cc3799ea stable

age author description
Wed, 25 Aug 2021 10:42:09 +0200 Pierre-Yves David clone: verify the local clone in test-clone-stream.t stable
Wed, 25 Aug 2021 10:08:37 +0200 Pierre-Yves David clone: automatically glob stream clone output in test stable
Wed, 25 Aug 2021 09:32:21 +0200 Pierre-Yves David clone: fix a comment in test-clone-stream.t stable
Tue, 27 Jul 2021 19:19:00 +0200 Pierre-Yves David clone: add a file with special character while testing uncompressed stable
Tue, 27 Jul 2021 19:16:30 +0200 Pierre-Yves David clone: test local clone in `test-clone-uncompressed.t` too stable
Mon, 19 Jul 2021 22:39:08 +0200 Pierre-Yves David walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Update the expected output of some tests for new requirement
Wed, 19 May 2021 13:14:59 +0200 Simon Sapin tests: More cleanly separate expected hexdump output
Fri, 07 May 2021 10:39:58 +0200 Pierre-Yves David cache: avoid warming the fnodetags cache after clone stable
Mon, 19 Apr 2021 19:12:28 +0200 Pierre-Yves David streamclone: remove sleep based "synchronisation" in tests
Mon, 19 Apr 2021 19:09:18 +0200 Pierre-Yves David streamclone: check the errors log in tests
Mon, 19 Apr 2021 12:52:23 -0700 Martin von Zweigbergk errors: raise RemoteError in some places in exchange.py
Thu, 14 Jan 2021 04:58:20 +0100 Pierre-Yves David persistent-nodemap: enable the feature by default when using Rust
Tue, 06 Apr 2021 18:55:19 +0200 Pierre-Yves David revlog-compression: use zstd by default (if available)
Thu, 04 Mar 2021 21:58:55 +0100 Joerg Sonnenberger exchange: stop advertising rev-branch-cache bundle capability
Fri, 15 Jan 2021 12:41:38 +0100 Pierre-Yves David clone: make sure we warm the cache after a clone
Thu, 09 Jul 2020 02:16:26 +0200 Pierre-Yves David test-clone-uncompressed: use config to silence the lock warning
Thu, 25 Jun 2020 11:22:34 +0200 Julien Cristau test: redirect stderr so warning messages don't change output (issue6237)
Tue, 25 Feb 2020 20:27:39 -0500 Valentin Gatien-Baron exchange: turn on option that makes concurrent pushes work better
Wed, 11 Sep 2019 15:03:08 -0700 Martin von Zweigbergk bundle2: fix an off-by-one in debug message of number of parts
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage
Mon, 17 Dec 2018 10:42:19 +0100 Boris Feld delta: exclude base candidate much smaller than the target
Mon, 12 Nov 2018 02:21:52 +0100 Boris Feld tests: remove all transitional configuration
Mon, 12 Nov 2018 01:02:18 +0100 Boris Feld test: enable sparse-revlog for test-clone-uncompressed.t
Fri, 05 Oct 2018 23:40:12 +0800 Anton Shestakov streamclone: abort when client needs to handle obsmarkers, but doesn't
Fri, 05 Oct 2018 23:27:17 +0800 Anton Shestakov streamclone: include obsstore file into stream bundle if client can read it
Mon, 01 Oct 2018 13:17:38 -0700 Gregory Szorc httppeer: report http statistics
Mon, 17 Sep 2018 17:47:24 +0800 Anton Shestakov bundle2: make server.bundle2.stream default to True
Mon, 17 Sep 2018 16:52:34 +0800 Anton Shestakov bundle2: graduate bundle2.stream option from experimental to server section
Sat, 25 Aug 2018 15:28:48 +0900 Yuya Nishihara transaction: remember original len(repo) instead of tracking added revs (API)