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