##// END OF EJS Templates
tests: stabilize for recent wcache changes...
Matt Harbison -
r40843:f6d37e84 default
parent child Browse files
Show More
@@ -108,9 +108,9 b' Non store repo:'
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:
@@ -149,9 +149,9 b' Non fncache repo:'
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
@@ -265,9 +265,9 b' r4 has hardlinks in the working dir (not'
265 2 r4/.hg/undo.branch
265 2 r4/.hg/undo.branch
266 2 r4/.hg/undo.desc
266 2 r4/.hg/undo.desc
267 [24] r4/\.hg/undo\.dirstate (re)
267 [24] r4/\.hg/undo\.dirstate (re)
268 2 r4/.hg/wcache/checkisexec
268 2 r4/.hg/wcache/checkisexec (execbit !)
269 2 r4/.hg/wcache/checklink-target
269 2 r4/.hg/wcache/checklink-target (symlink !)
270 2 r4/.hg/wcache/checknoexec
270 2 r4/.hg/wcache/checknoexec (execbit !)
271 2 r4/d1/data1
271 2 r4/d1/data1
272 2 r4/d1/f2
272 2 r4/d1/f2
273 2 r4/f1
273 2 r4/f1
@@ -316,9 +316,9 b' Update back to revision 12 in r4 should '
316 2 r4/.hg/undo.branch
316 2 r4/.hg/undo.branch
317 2 r4/.hg/undo.desc
317 2 r4/.hg/undo.desc
318 [24] r4/\.hg/undo\.dirstate (re)
318 [24] r4/\.hg/undo\.dirstate (re)
319 2 r4/.hg/wcache/checkisexec
319 2 r4/.hg/wcache/checkisexec (execbit !)
320 2 r4/.hg/wcache/checklink-target
320 2 r4/.hg/wcache/checklink-target (symlink !)
321 2 r4/.hg/wcache/checknoexec
321 2 r4/.hg/wcache/checknoexec (execbit !)
322 2 r4/d1/data1
322 2 r4/d1/data1
323 2 r4/d1/f2
323 2 r4/d1/f2
324 1 r4/f1
324 1 r4/f1
@@ -31,7 +31,6 b" share shouldn't have a full cache dir, o"
31 $ test -d .hg/cache
31 $ test -d .hg/cache
32 [1]
32 [1]
33 $ ls -1 .hg/wcache || true
33 $ ls -1 .hg/wcache || true
34 ls: .hg/wcache: $ENOENT$ (no-execbit no-symlink !)
35 checkisexec (execbit !)
34 checkisexec (execbit !)
36 checklink (symlink !)
35 checklink (symlink !)
37 checklink-target (symlink !)
36 checklink-target (symlink !)
@@ -1254,9 +1254,9 b' Check that share works with subrepo'
1254 ../shared/subrepo-2/.hg/requires
1254 ../shared/subrepo-2/.hg/requires
1255 ../shared/subrepo-2/.hg/sharedpath
1255 ../shared/subrepo-2/.hg/sharedpath
1256 ../shared/subrepo-2/.hg/wcache
1256 ../shared/subrepo-2/.hg/wcache
1257 ../shared/subrepo-2/.hg/wcache/checkisexec
1257 ../shared/subrepo-2/.hg/wcache/checkisexec (execbit !)
1258 ../shared/subrepo-2/.hg/wcache/checklink
1258 ../shared/subrepo-2/.hg/wcache/checklink (symlink !)
1259 ../shared/subrepo-2/.hg/wcache/checklink-target
1259 ../shared/subrepo-2/.hg/wcache/checklink-target (symlink !)
1260 ../shared/subrepo-2/file
1260 ../shared/subrepo-2/file
1261 $ hg -R ../shared in
1261 $ hg -R ../shared in
1262 abort: repository default not found!
1262 abort: repository default not found!
General Comments 0
You need to be logged in to leave comments. Login now