##// 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 13 hg history
14 14 hg log a
15 15 hexdump -C .hg/data/b.d
16 hg cat b | md5sum
17 hg cat a | md5sum
16 hg cat b > bsum
17 md5sum bsum
18 hg cat a > asum
19 md5sum asum
18 20 hg verify
@@ -39,11 +39,11 b' 00000030 36 38 65 33 0a 63 6f 70 79 3a'
39 39 00000040 0a |.|
40 40 00000041
41 41 + hg cat b
42 + md5sum
43 60b725f10c9c85c70d97880dfe8191b3 -
42 + md5sum bsum
43 60b725f10c9c85c70d97880dfe8191b3 bsum
44 44 + hg cat a
45 + md5sum
46 60b725f10c9c85c70d97880dfe8191b3 -
45 + md5sum asum
46 60b725f10c9c85c70d97880dfe8191b3 asum
47 47 + hg verify
48 48 checking changesets
49 49 checking manifests
General Comments 0
You need to be logged in to leave comments. Login now