tests/test-merge3
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 02 Jan 2007 22:12:38 +0100
changeset 4015 769be3c57564
parent 1933 7544700fd931
permissions -rwxr-xr-x
Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback

#!/bin/sh

hg init
echo This is file a1 > a
hg add a
hg commit -m "commit #0" -d "1000000 0"
touch b
hg add b
rm b
hg commit -A -m"comment #1" -d "1000000 0"