##// END OF EJS Templates
tests: fix up recent conditionalized output changes...
Matt Harbison -
r32304:37bcb466 default
parent child Browse files
Show More
@@ -225,14 +225,11 b' r4 has hardlinks in the working dir (not'
225 225 $ nlinksdir r4
226 226 2 r4/.hg/00changelog.i
227 227 2 r4/.hg/branch
228 2 r4/.hg/cache/branch2-base
229 2 r4/.hg/cache/branch2-served
228 230 2 r4/.hg/cache/checkisexec (execbit !)
229 231 ? r4/.hg/cache/checklink-target (glob) (symlink !)
230 232 2 r4/.hg/cache/checknoexec (execbit !)
231 2 r4/.hg/cache/branch2-base
232 2 r4/.hg/cache/branch2-served
233 2 r4/.hg/cache/checkisexec
234 2 r4/.hg/cache/checklink-target
235 2 r4/.hg/cache/checknoexec
236 233 2 r4/.hg/cache/rbc-names-v1
237 234 2 r4/.hg/cache/rbc-revs-v1
238 235 2 r4/.hg/dirstate
@@ -274,14 +271,11 b' Update back to revision 11 in r4 should '
274 271 $ nlinksdir r4
275 272 2 r4/.hg/00changelog.i
276 273 1 r4/.hg/branch
274 2 r4/.hg/cache/branch2-base
275 2 r4/.hg/cache/branch2-served
277 276 2 r4/.hg/cache/checkisexec (execbit !)
278 277 2 r4/.hg/cache/checklink-target (symlink !)
279 278 2 r4/.hg/cache/checknoexec (execbit !)
280 2 r4/.hg/cache/branch2-base
281 2 r4/.hg/cache/branch2-served
282 2 r4/.hg/cache/checkisexec
283 2 r4/.hg/cache/checklink-target
284 2 r4/.hg/cache/checknoexec
285 279 2 r4/.hg/cache/rbc-names-v1
286 280 2 r4/.hg/cache/rbc-revs-v1
287 281 1 r4/.hg/dirstate
@@ -671,13 +671,10 b' Cloning should pull down hgtags fnodes m'
671 671 Missing tags2* files means the cache wasn't written through the normal mechanism.
672 672
673 673 $ ls tagsclient/.hg/cache
674 branch2-base
674 675 checkisexec (execbit !)
675 676 checklink (symlink !)
676 677 checklink-target (symlink !)
677 branch2-base
678 checkisexec
679 checklink
680 checklink-target
681 678 hgtagsfnodes1
682 679
683 680 Cache should contain the head only, even though other nodes have tags data
@@ -699,13 +696,10 b' Running hg tags should produce tags2* fi'
699 696 0.1 0:96ee1d7354c4
700 697
701 698 $ ls tagsclient/.hg/cache
699 branch2-base
702 700 checkisexec (execbit !)
703 701 checklink (symlink !)
704 702 checklink-target (symlink !)
705 branch2-base
706 checkisexec
707 checklink
708 checklink-target
709 703 hgtagsfnodes1
710 704 tags2-visible
711 705
General Comments 0
You need to be logged in to leave comments. Login now