Show More
@@ -381,7 +381,7 b' testing: convert must not produce duplic' | |||||
381 |
|
381 | |||
382 | contents of fncache file: |
|
382 | contents of fncache file: | |
383 |
|
383 | |||
384 | $ cat b/.hg/store/fncache |
|
384 | $ cat b/.hg/store/fncache | sort | |
385 | data/a.i |
|
385 | data/a.i | |
386 | data/b.i |
|
386 | data/b.i | |
387 |
|
387 |
@@ -6,7 +6,7 b' Init repo1:' | |||||
6 | $ hg add |
|
6 | $ hg add | |
7 | adding a |
|
7 | adding a | |
8 | $ hg ci -m first |
|
8 | $ hg ci -m first | |
9 | $ cat .hg/store/fncache |
|
9 | $ cat .hg/store/fncache | sort | |
10 | data/a.i |
|
10 | data/a.i | |
11 |
|
11 | |||
12 | Testing a.i/b: |
|
12 | Testing a.i/b: | |
@@ -16,7 +16,7 b' Testing a.i/b:' | |||||
16 | $ hg add |
|
16 | $ hg add | |
17 | adding a.i/b |
|
17 | adding a.i/b | |
18 | $ hg ci -m second |
|
18 | $ hg ci -m second | |
19 | $ cat .hg/store/fncache |
|
19 | $ cat .hg/store/fncache | sort | |
20 | data/a.i |
|
20 | data/a.i | |
21 | data/a.i.hg/b.i |
|
21 | data/a.i.hg/b.i | |
22 |
|
22 | |||
@@ -27,10 +27,10 b' Testing a.i.hg/c:' | |||||
27 | $ hg add |
|
27 | $ hg add | |
28 | adding a.i.hg/c |
|
28 | adding a.i.hg/c | |
29 | $ hg ci -m third |
|
29 | $ hg ci -m third | |
30 | $ cat .hg/store/fncache |
|
30 | $ cat .hg/store/fncache | sort | |
31 | data/a.i |
|
31 | data/a.i | |
|
32 | data/a.i.hg.hg/c.i | |||
32 | data/a.i.hg/b.i |
|
33 | data/a.i.hg/b.i | |
33 | data/a.i.hg.hg/c.i |
|
|||
34 |
|
34 | |||
35 | Testing verify: |
|
35 | Testing verify: | |
36 |
|
36 |
General Comments 0
You need to be logged in to leave comments.
Login now