##// END OF EJS Templates
Fix pipe timing for copy test...
mpm@selenic.com -
r462:512d7655 default
parent child Browse files
Show More
@@ -13,6 +13,8 b' hg -d commit -t "2" -u test -d "0 0"'
13 hg history
13 hg history
14 hg log a
14 hg log a
15 hexdump -C .hg/data/b.d
15 hexdump -C .hg/data/b.d
16 hg cat b | md5sum
16 hg cat b > bsum
17 hg cat a | md5sum
17 md5sum bsum
18 hg cat a > asum
19 md5sum asum
18 hg verify
20 hg verify
@@ -39,11 +39,11 b' 00000030 36 38 65 33 0a 63 6f 70 79 3a'
39 00000040 0a |.|
39 00000040 0a |.|
40 00000041
40 00000041
41 + hg cat b
41 + hg cat b
42 + md5sum
42 + md5sum bsum
43 60b725f10c9c85c70d97880dfe8191b3 -
43 60b725f10c9c85c70d97880dfe8191b3 bsum
44 + hg cat a
44 + hg cat a
45 + md5sum
45 + md5sum asum
46 60b725f10c9c85c70d97880dfe8191b3 -
46 60b725f10c9c85c70d97880dfe8191b3 asum
47 + hg verify
47 + hg verify
48 checking changesets
48 checking changesets
49 checking manifests
49 checking manifests
General Comments 0
You need to be logged in to leave comments. Login now