mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
tests: add extra output for fsmonitor at showconfig
This commit is contained in:
parent
8f3aa7a7e3
commit
2f38cb5170
@ -3,8 +3,6 @@
|
|||||||
# The following tests all fail because they either use extensions that conflict
|
# The following tests all fail because they either use extensions that conflict
|
||||||
# with fsmonitor, use subrepositories, or don't anticipate the extra file in
|
# with fsmonitor, use subrepositories, or don't anticipate the extra file in
|
||||||
# the .hg directory that fsmonitor adds.
|
# the .hg directory that fsmonitor adds.
|
||||||
test-basic.t
|
|
||||||
test-commandserver.t
|
|
||||||
test-debugextensions.t
|
test-debugextensions.t
|
||||||
test-eol-add.t
|
test-eol-add.t
|
||||||
test-eol-clone.t
|
test-eol-clone.t
|
||||||
|
@ -3,6 +3,7 @@ Create a repository:
|
|||||||
$ hg config
|
$ hg config
|
||||||
devel.all-warnings=true
|
devel.all-warnings=true
|
||||||
devel.default-date=0 0
|
devel.default-date=0 0
|
||||||
|
extensions.fsmonitor= (fsmonitor !)
|
||||||
largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
|
largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
|
||||||
ui.slash=True
|
ui.slash=True
|
||||||
ui.interactive=False
|
ui.interactive=False
|
||||||
|
@ -189,6 +189,7 @@ check that local configs for the cached repo aren't inherited when -R is used:
|
|||||||
bundle.mainreporoot=$TESTTMP/repo
|
bundle.mainreporoot=$TESTTMP/repo
|
||||||
devel.all-warnings=true
|
devel.all-warnings=true
|
||||||
devel.default-date=0 0
|
devel.default-date=0 0
|
||||||
|
extensions.fsmonitor= (fsmonitor !)
|
||||||
largefiles.usercache=$TESTTMP/.cache/largefiles
|
largefiles.usercache=$TESTTMP/.cache/largefiles
|
||||||
ui.slash=True
|
ui.slash=True
|
||||||
ui.interactive=False
|
ui.interactive=False
|
||||||
|
Loading…
Reference in New Issue
Block a user