tests: add extra output for fsmonitor at showconfig

This commit is contained in:
FUJIWARA Katsunori 2017-07-13 03:17:58 +09:00
parent 8f3aa7a7e3
commit 2f38cb5170
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,6 @@
# The following tests all fail because they either use extensions that conflict
# with fsmonitor, use subrepositories, or don't anticipate the extra file in
# the .hg directory that fsmonitor adds.
test-basic.t
test-commandserver.t
test-debugextensions.t
test-eol-add.t
test-eol-clone.t

View File

@ -3,6 +3,7 @@ Create a repository:
$ hg config
devel.all-warnings=true
devel.default-date=0 0
extensions.fsmonitor= (fsmonitor !)
largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
ui.slash=True
ui.interactive=False

View File

@ -189,6 +189,7 @@ check that local configs for the cached repo aren't inherited when -R is used:
bundle.mainreporoot=$TESTTMP/repo
devel.all-warnings=true
devel.default-date=0 0
extensions.fsmonitor= (fsmonitor !)
largefiles.usercache=$TESTTMP/.cache/largefiles
ui.slash=True
ui.interactive=False