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