##// END OF EJS Templates
Remove references to 'cloning by hardlink' from tests....
Andrew Thompson -
r676:32f7dc81 default
parent child Browse files
Show More
@@ -5,7 +5,6 b''
5 5 + hg add a
6 6 + hg commit -t test -u test -d '0 0'
7 7 + hg clone . ../b
8 cloning by hardlink
9 8 + cd ../b
10 9 + cat a
11 10 a
@@ -16,7 +15,6 b' crosschecking files in changesets and ma'
16 15 checking files
17 16 1 files, 1 changesets, 1 total revisions
18 17 + hg clone -U . ../c
19 cloning by hardlink
20 18 + cd ../c
21 19 + cat a
22 20 cat: a: No such file or directory
@@ -29,7 +27,6 b' 1 files, 1 changesets, 1 total revisions'
29 27 + mkdir ../d
30 28 + cd ../d
31 29 + hg clone ../a
32 cloning by hardlink
33 30 + cd a
34 31 + hg cat a
35 32 a
@@ -11,7 +11,6 b''
11 11 + hg commit -t 'commit text' -d '0 0' -u user
12 12 + cd ..
13 13 + hg clone A1 B1
14 cloning by hardlink
15 14 + cd A1
16 15 + rm bar
17 16 + hg remove bar
@@ -21,9 +20,7 b' cloning by hardlink'
21 20 + hg commit -t 'commit test' -d '0 0' -u user
22 21 + cd ..
23 22 + hg clone A1 A2
24 cloning by hardlink
25 23 + hg clone B1 B2
26 cloning by hardlink
27 24 + cd A1
28 25 + hg pull ../B1
29 26 pulling from ../B1
@@ -11,7 +11,6 b' crosschecking files in changesets and ma'
11 11 checking files
12 12 1 files, 1 changesets, 1 total revisions
13 13 + hg clone . ../branch
14 cloning by hardlink
15 14 + cd ../branch
16 15 + hg co
17 16 + echo bar
@@ -5,7 +5,6 b''
5 5 + hg addremove
6 6 + hg commit -t 1 -u test -d '0 0'
7 7 + hg clone . ../r2
8 cloning by hardlink
9 8 + cd ../r2
10 9 + hg up
11 10 + echo abc
General Comments 0
You need to be logged in to leave comments. Login now