tests/test-586
author Maxim Dounin <mdounin@mdounin.ru>
Wed, 13 Feb 2008 05:27:04 +0300
changeset 6085 e1f11b8a1e9e
parent 4535 720ae5085ee3
child 7564 f1af59451c0c
permissions -rwxr-xr-x
hgweb: disable cgitb by default in hgwebdir.fcgi too

#!/bin/sh
# a test for issue586

hg init a
cd a
echo a > a
hg ci -Ama

hg init ../b
cd ../b
echo b > b
hg ci -Amb

hg pull -f ../a
hg merge
hg rm -f a
hg ci -Amc

hg st -A