##// END OF EJS Templates
tests: de-flake test-narrow-share.t by making dirstate predictable...
Martin von Zweigbergk -
r41217:32279239 default
parent child Browse files
Show More
@@ -44,6 +44,14 b''
44
44
45 Narrow the share and check that the main repo's working copy gets updated
45 Narrow the share and check that the main repo's working copy gets updated
46
46
47 # Make sure the files that are supposed to be known-clean get their timestamps set in the dirstate
48 $ sleep 2
49 $ hg -R main st
50 $ hg -R main debugdirstate --no-dates
51 n 644 2 set d1/f
52 n 644 2 set d3/f
53 n 644 2 set d5/f
54 n 644 2 set d7/f
47 # Make d3/f dirty
55 # Make d3/f dirty
48 $ echo x >> main/d3/f
56 $ echo x >> main/d3/f
49 $ echo y >> main/d3/g
57 $ echo y >> main/d3/g
@@ -58,7 +66,7 b' Narrow the share and check that the main'
58 A d3/g
66 A d3/g
59 $ hg -R main debugdirstate --no-dates
67 $ hg -R main debugdirstate --no-dates
60 n 644 2 set d1/f
68 n 644 2 set d1/f
61 n 644 2 unset d3/f
69 n 644 2 set d3/f
62 a 0 -1 unset d3/g
70 a 0 -1 unset d3/g
63 n 644 2 set d5/f
71 n 644 2 set d5/f
64 n 644 2 set d7/f
72 n 644 2 set d7/f
General Comments 0
You need to be logged in to leave comments. Login now