Mon, 10 Jul 2023 19:34:04 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in various tests
|
Thu, 18 May 2023 19:23:59 +0100 |
Arseniy Alekseyev |
treemanifest: make `updatecaches` update the nodemaps for all directories
|
Mon, 15 May 2023 08:54:47 +0200 |
Pierre-Yves David |
transaction: use a ".bck" extension for all backup file
|
Thu, 23 Feb 2023 15:37:46 +0100 |
Pierre-Yves David |
transaction: use the standard transaction mechanism to backup branch
|
Thu, 23 Feb 2023 04:53:34 +0100 |
Pierre-Yves David |
transaction: no longer explicitly cache bookmarks
|
Wed, 22 Feb 2023 18:58:02 +0100 |
Pierre-Yves David |
transaction: no longer explicitly cache phaseroots
|
Fri, 24 Feb 2023 13:23:15 +0000 |
Arseniy Alekseyev |
tests: in test-fncache.t, be more tolerant to the "Killed" message format
|
Wed, 15 Feb 2023 11:51:58 +0100 |
Pierre-Yves David |
commit: use `dirstate.change_files` to scope the associated `addremove`
|
Tue, 07 Feb 2023 15:27:37 +0100 |
Pierre-Yves David |
test: use a more direct form of interruption in fncache "recover" testing
|
Mon, 02 May 2022 11:27:20 +0200 |
Raphaël Gomès |
verify: also check dirstate
|
Mon, 02 May 2022 17:47:38 +0200 |
Raphaël Gomès |
tests: use the `--quiet` flag for verify when applicable
|
Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
Tue, 11 Jan 2022 21:40:08 +0100 |
Pierre-Yves David |
share-safe: enable by default (BC)
|
Tue, 08 Jun 2021 02:06:45 +0200 |
Pierre-Yves David |
clone: reuse the stream clone logic for local clone
|
Thu, 08 Oct 2020 15:35:44 -0700 |
Martin von Zweigbergk |
errors: stop passing non-strings to Abort's constructor
|
Wed, 22 Jan 2020 14:21:34 -0500 |
Valentin Gatien-Baron |
recover: don't verify by default
|
Mon, 12 Aug 2019 14:00:19 -0400 |
Valentin Gatien-Baron |
fncache: make debugrebuildfncache not fail on broken fncache
stable
|
Mon, 12 Aug 2019 13:22:27 -0400 |
Valentin Gatien-Baron |
fncache: show that debugrebuildfncache is partly broken
stable
|
Thu, 22 Nov 2018 15:14:24 +0300 |
Pulkit Goyal |
store: don't read the whole fncache in memory
|
Thu, 14 Mar 2019 00:40:11 +0000 |
Pierre-Yves David |
manifestcache: use `wcache` directory for manifest cache
|
Tue, 04 Dec 2018 00:16:12 -0500 |
Matt Harbison |
tests: stabilize for recent wcache changes
|
Thu, 15 Nov 2018 17:08:23 +0100 |
Boris Feld |
check-exec: write file in 'wcache' instead of 'cache'
|
Tue, 20 Nov 2018 18:47:19 -0500 |
Matt Harbison |
tests: stabilize the recent checkexec changes on Windows
stable
|
Thu, 15 Nov 2018 03:09:23 +0100 |
Boris Feld |
checkexec: create destination directory if necessary
stable
|
Sat, 13 Oct 2018 09:03:08 -0400 |
Augie Fackler |
tests: fix inline extension in test-fncache.t for Python 3
|
Wed, 12 Sep 2018 15:07:27 -0700 |
Gregory Szorc |
localrepo: move store() from store module
|
Wed, 05 Sep 2018 01:19:48 +0300 |
Meirambek Omyrzak |
verify: make output less confusing (issue5924)
|
Wed, 15 Aug 2018 23:05:23 +0000 |
Gregory Szorc |
tests: mark manifestfulltextcache as conditional on revlog store
|
Tue, 31 Jul 2018 19:37:54 +0200 |
Martijn Pieters |
manifest: persist the manifestfulltext cache
|
Wed, 11 Jul 2018 14:28:13 +0100 |
Martijn Pieters |
fncache: avoid loading the filename cache when not actually modifying it
|