comparison tests/test-commandserver.t @ 47290:40b51c28b242

dirstate-v2: Update the expected output of some tests for new requirement Fix most test failures (except in test-narrow-debugrebuilddirstate.t and test-upgrade-repo.t) caused by the new entry in config or in .hg/requires when running `run-tests.py --extra-config-opt format.exp-dirstate-v2=1` There is no CI?so far for this configuration. Differential Revision: https://phab.mercurial-scm.org/D10718
author Simon Sapin <simon.sapin@octobus.net>
date Wed, 19 May 2021 13:15:00 +0200
parents 768056549737
children be496e3489b9
comparison
equal deleted inserted replaced
47289:6a60f03d2241 47290:40b51c28b242
205 *** runcommand showconfig 205 *** runcommand showconfig
206 bundle.mainreporoot=$TESTTMP/repo 206 bundle.mainreporoot=$TESTTMP/repo
207 devel.all-warnings=true 207 devel.all-warnings=true
208 devel.default-date=0 0 208 devel.default-date=0 0
209 extensions.fsmonitor= (fsmonitor !) 209 extensions.fsmonitor= (fsmonitor !)
210 format.exp-dirstate-v2=1 (dirstate-v2 !)
210 largefiles.usercache=$TESTTMP/.cache/largefiles 211 largefiles.usercache=$TESTTMP/.cache/largefiles
211 lfs.usercache=$TESTTMP/.cache/lfs 212 lfs.usercache=$TESTTMP/.cache/lfs
212 ui.slash=True 213 ui.slash=True
213 ui.interactive=False 214 ui.interactive=False
214 ui.detailed-exit-code=True 215 ui.detailed-exit-code=True