comparison tests/test-fncache.t @ 40807:f6d37e84d8f9

tests: stabilize for recent wcache changes This goes with 47e3f554df35::d5622dfe4ba3. I'm not sure if it was really expected that there would be no wcache directory if neither execbit nor symlink is supported.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 04 Dec 2018 00:16:12 -0500
parents 47e3f554df35
children e4ac7e63c213
comparison
equal deleted inserted replaced
40806:151aec6494a8 40807:f6d37e84d8f9
106 .hg/undo.branch 106 .hg/undo.branch
107 .hg/undo.desc 107 .hg/undo.desc
108 .hg/undo.dirstate 108 .hg/undo.dirstate
109 .hg/undo.phaseroots 109 .hg/undo.phaseroots
110 .hg/wcache 110 .hg/wcache
111 .hg/wcache/checkisexec 111 .hg/wcache/checkisexec (execbit !)
112 .hg/wcache/checklink 112 .hg/wcache/checklink (symlink !)
113 .hg/wcache/checklink-target 113 .hg/wcache/checklink-target (symlink !)
114 $ cd .. 114 $ cd ..
115 115
116 Non fncache repo: 116 Non fncache repo:
117 117
118 $ hg --config format.usefncache=False init bar 118 $ hg --config format.usefncache=False init bar
147 .hg/undo.bookmarks 147 .hg/undo.bookmarks
148 .hg/undo.branch 148 .hg/undo.branch
149 .hg/undo.desc 149 .hg/undo.desc
150 .hg/undo.dirstate 150 .hg/undo.dirstate
151 .hg/wcache 151 .hg/wcache
152 .hg/wcache/checkisexec 152 .hg/wcache/checkisexec (execbit !)
153 .hg/wcache/checklink 153 .hg/wcache/checklink (symlink !)
154 .hg/wcache/checklink-target 154 .hg/wcache/checklink-target (symlink !)
155 $ cd .. 155 $ cd ..
156 156
157 Encoding of reserved / long paths in the store 157 Encoding of reserved / long paths in the store
158 158
159 $ hg init r2 159 $ hg init r2