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
|
Wed, 15 Feb 2023 11:51:58 +0100 |
Pierre-Yves David |
commit: use `dirstate.change_files` to scope the associated `addremove`
|
Tue, 14 Feb 2023 23:05:18 +0100 |
Pierre-Yves David |
dirstate: do not write an empty dirstate just for backup
|
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)
|
Fri, 15 Jan 2021 01:58:59 +0100 |
Joerg Sonnenberger |
branchmap: update rev-branch-cache incrementally
|
Thu, 14 Mar 2019 00:40:11 +0000 |
Pierre-Yves David |
manifestcache: use `wcache` directory for manifest cache
|
Fri, 18 Jan 2019 13:28:22 -0500 |
Augie Fackler |
merge default into stable for 4.9 release
stable 4.9rc0
|
Tue, 04 Dec 2018 17:34:10 -0500 |
Augie Fackler |
tests: stabilize test-inherit-mode.t on FreeBSD and macOS again
|
Thu, 15 Nov 2018 02:46:31 +0100 |
Boris Feld |
cache: create `wcache` directory at init time
|
Thu, 15 Nov 2018 02:38:55 +0100 |
Boris Feld |
cache: create `cache` directory at init time
|
Thu, 15 Nov 2018 17:08:23 +0100 |
Boris Feld |
check-exec: write file in 'wcache' instead of 'cache'
|
Thu, 29 Nov 2018 16:25:37 -0500 |
Augie Fackler |
tests: stabilize test-inherit-mode.t on FreeBSD and macOS (issue6026)
stable
|
Thu, 15 Nov 2018 03:09:23 +0100 |
Boris Feld |
checkexec: create destination directory if necessary
stable
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
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, 04 Apr 2018 14:04:18 -0700 |
Gregory Szorc |
tests: conditionalize tests for various repo features
|
Wed, 04 Apr 2018 14:09:02 -0700 |
Gregory Szorc |
simplestore: use a custom store for the simple store repo
|
Tue, 22 Aug 2017 17:15:09 -0400 |
Augie Fackler |
tests: update test-inherit-mode to pass our import checker
|
Thu, 15 Jun 2017 14:22:25 -0400 |
Augie Fackler |
tests: clean up many print statements to be print functions instead
|
Thu, 13 Jul 2017 03:17:58 +0900 |
FUJIWARA Katsunori |
tests: add extra output for fsmonitor at checking under .hg
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Tue, 02 May 2017 18:57:52 +0200 |
Pierre-Yves David |
caches: stop warming the cache after changegroup application
|
Wed, 11 May 2016 14:18:52 -0700 |
Mateusz Kwapich |
localrepo: use dirstate savebackup instead of handling dirstate file manually
|
Wed, 18 Nov 2015 01:36:58 -0800 |
Laurent Charignon |
localrepo: put bookmark move following commit in one transaction
|
Fri, 16 Jan 2015 18:34:14 -0800 |
Pierre-Yves David |
transaction: include backup file in the "undo" transaction
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
branchmap: use revbranchcache when updating branch map
|
Thu, 07 Aug 2014 14:11:36 -0700 |
Pierre-Yves David |
phase: attach phase to the transaction instead of the lock
|
Wed, 06 Aug 2014 11:43:59 -0500 |
Matt Mackall |
tests: replace exit 80 with #require
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: cache open/closed branch head information
|
Sun, 13 Jan 2013 01:39:16 -0600 |
Kevin Bullock |
filtering: rename filters to their antonyms
|
Wed, 02 Jan 2013 02:02:41 +0100 |
Pierre-Yves David |
clfilter: add impactable filter
|
Wed, 02 Jan 2013 01:57:46 +0100 |
Pierre-Yves David |
clfilter: add mutable filtering
|
Mon, 07 Jan 2013 17:23:25 +0100 |
Pierre-Yves David |
branchmap: allow to use cache of subset
|
Mon, 11 Jun 2012 01:38:32 +0200 |
Mads Kiilerich |
tests: cleanup of tests that got lost in their own nested directories
|
Thu, 01 Mar 2012 23:29:52 +0000 |
Javi Merino |
tests: ignore the return code of chmod in test-inherit-mode
stable
|
Mon, 30 Jan 2012 17:33:09 +0100 |
Pierre-Yves David |
phases: write default phase data as soon as possible.
stable
|
Fri, 13 Jan 2012 02:29:38 +0100 |
Mads Kiilerich |
localrepo: update branchcache in a more reliable way
|
Fri, 11 Nov 2011 00:15:22 +0100 |
Pierre-Yves David |
phases: set new commit in 1-phase
|
Mon, 07 Nov 2011 12:27:25 +0100 |
Pierre-Yves David |
phases: add rollback support
|
Sun, 01 May 2011 13:07:00 +0200 |
Alexander Solovyov |
fix bookmarks rollback behavior
stable
|
Tue, 04 Jan 2011 06:29:08 +0100 |
jfh |
move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
|
Sat, 16 Oct 2010 18:09:01 +0200 |
Adrian Buehlmann |
check-code: add 'no tab indent' check for unified tests
|
Mon, 30 Aug 2010 12:46:19 +0900 |
Nicolas Dumazet |
tests: unify test-inherit-mode
base
tests/test-inherit-mode@10a3c463a115
|