tests/test-remove
author mpm@selenic.com
Fri, 19 Aug 2005 21:36:57 -0800
changeset 961 3e11d5038649
parent 936 b62d1e738fa9
child 1570 6a104941d56a
permissions -rwxr-xr-x
Add --ssh and --remotecmd to push This uses the new setconfig options passing mechanism

#!/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