##// END OF EJS Templates
Add a simple remove test
mpm@selenic.com -
r936:b62d1e73 default
parent child Browse files
Show More
@@ -0,0 +1,13 b''
1 #!/bin/sh
2
3 hg init a
4 cd a
5 echo a > foo
6 hg add foo
7 hg commit -m 1 -d "0 0"
8 rm foo
9 hg remove foo
10 hg commit -m 2 -d "0 0"
11
12 cd ..
13 hg clone a b
General Comments 0
You need to be logged in to leave comments. Login now