##// END OF EJS Templates
tests: add extra output for fsmonitor at showconfig
FUJIWARA Katsunori -
r33426:29653495 default
parent child Browse files
Show More
@@ -3,8 +3,6 b''
3 # The following tests all fail because they either use extensions that conflict
3 # The following tests all fail because they either use extensions that conflict
4 # with fsmonitor, use subrepositories, or don't anticipate the extra file in
4 # with fsmonitor, use subrepositories, or don't anticipate the extra file in
5 # the .hg directory that fsmonitor adds.
5 # the .hg directory that fsmonitor adds.
6 test-basic.t
7 test-commandserver.t
8 test-debugextensions.t
6 test-debugextensions.t
9 test-eol-add.t
7 test-eol-add.t
10 test-eol-clone.t
8 test-eol-clone.t
@@ -3,6 +3,7 b' Create a repository:'
3 $ hg config
3 $ hg config
4 devel.all-warnings=true
4 devel.all-warnings=true
5 devel.default-date=0 0
5 devel.default-date=0 0
6 extensions.fsmonitor= (fsmonitor !)
6 largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
7 largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
7 ui.slash=True
8 ui.slash=True
8 ui.interactive=False
9 ui.interactive=False
@@ -189,6 +189,7 b' check that local configs for the cached '
189 bundle.mainreporoot=$TESTTMP/repo
189 bundle.mainreporoot=$TESTTMP/repo
190 devel.all-warnings=true
190 devel.all-warnings=true
191 devel.default-date=0 0
191 devel.default-date=0 0
192 extensions.fsmonitor= (fsmonitor !)
192 largefiles.usercache=$TESTTMP/.cache/largefiles
193 largefiles.usercache=$TESTTMP/.cache/largefiles
193 ui.slash=True
194 ui.slash=True
194 ui.interactive=False
195 ui.interactive=False
General Comments 0
You need to be logged in to leave comments. Login now