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