##// END OF EJS Templates
tests: remove some unnecessary sleeps
Matt Mackall -
r6328:991f7518 default
parent child Browse files
Show More
@@ -9,7 +9,6 b' hg ci -A -m m -d "1000000 0"'
9 hg rm a
9 hg rm a
10 hg cat a
10 hg cat a
11 hg cat --decode a # more tests in test-encode
11 hg cat --decode a # more tests in test-encode
12 sleep 1 # make sure mtime is changed
13 echo 1 > b
12 echo 1 > b
14 hg ci -m m -d "1000000 0"
13 hg ci -m m -d "1000000 0"
15 echo 2 > b
14 echo 2 > b
@@ -158,8 +158,7 b' echo % commit'
158 hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
158 hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
159 echo % cat a c
159 echo % cat a c
160 cat a c
160 cat a c
161 echo % touch copied c after 1 second
161 echo % touch copied c
162 sleep 1
163 touch c
162 touch c
164 echo % status
163 echo % status
165 hg status
164 hg status
@@ -230,7 +230,7 b' xxx $'
230 expand $Id: c,v e22d299ac0c2 1970/01/01 00:00:01 user $
230 expand $Id: c,v e22d299ac0c2 1970/01/01 00:00:01 user $
231 do not process $Id:
231 do not process $Id:
232 xxx $
232 xxx $
233 % touch copied c after 1 second
233 % touch copied c
234 % status
234 % status
235 % kwfiles
235 % kwfiles
236 a
236 a
@@ -23,7 +23,6 b' cd repo2'
23 touch modified removed deleted ignored
23 touch modified removed deleted ignored
24 echo "^ignored$" > .hgignore
24 echo "^ignored$" > .hgignore
25 hg ci -A -m 'initial checkin' -d "1000000 0"
25 hg ci -A -m 'initial checkin' -d "1000000 0"
26 sleep 1 # make sure mtime is changed
27 touch modified added unknown ignored
26 touch modified added unknown ignored
28 hg add added
27 hg add added
29 hg remove removed
28 hg remove removed
General Comments 0
You need to be logged in to leave comments. Login now