##// END OF EJS Templates
The copy tests don't need to invoke cp any longer.
Bryan O'Sullivan -
r1252:94f38724 default
parent child Browse files
Show More
@@ -5,7 +5,6 b' echo a > a'
5 hg add a
5 hg add a
6 hg commit -m "1" -d "0 0"
6 hg commit -m "1" -d "0 0"
7 hg status
7 hg status
8 cp a b
9 hg copy a b
8 hg copy a b
10 hg status
9 hg status
11 hg --debug commit -m "2" -d "0 0"
10 hg --debug commit -m "2" -d "0 0"
@@ -6,7 +6,6 b' hg add foo'
6 hg commit -m1 -d"0 0"
6 hg commit -m1 -d"0 0"
7
7
8 echo "# should show copy"
8 echo "# should show copy"
9 cp foo bar
10 hg copy foo bar
9 hg copy foo bar
11 hg debugstate|grep '^copy'
10 hg debugstate|grep '^copy'
12
11
@@ -25,7 +24,6 b' hg commit -m3 -d"0 0"'
25 echo "# should not be renamed"
24 echo "# should not be renamed"
26 hg debugrename bar
25 hg debugrename bar
27
26
28 cp foo bar
29 hg copy -f foo bar
27 hg copy -f foo bar
30 echo "# should show copy"
28 echo "# should show copy"
31 hg debugstate|grep '^copy'
29 hg debugstate|grep '^copy'
General Comments 0
You need to be logged in to leave comments. Login now