mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +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
|
||||
# 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user