##// END OF EJS Templates
dirstate: clarify a `hg update` invocation in a test...
marmoute -
r49196:f3f41e23 default
parent child Browse files
Show More
@@ -18,7 +18,7 b''
18 18 Do we ever miss a sub-second change?:
19 19
20 20 $ for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
21 > hg co -qC 0
21 > hg update -qC 0
22 22 > echo b > a
23 23 > hg st
24 24 > done
General Comments 0
You need to be logged in to leave comments. Login now