##// END OF EJS Templates
test fixes for Solaris 2.6...
test fixes for Solaris 2.6 Solaris 2.6's stock sed doesn't support alternatives in regular expression. We workaround by breaking up the regexp.

File last commit:

r936:b62d1e73 default
r949:d9971481 default
Show More
test-remove
13 lines | 139 B | text/plain | TextLexer
#!/bin/sh
hg init a
cd a
echo a > foo
hg add foo
hg commit -m 1 -d "0 0"
rm foo
hg remove foo
hg commit -m 2 -d "0 0"
cd ..
hg clone a b