tests/test-merge3
author Martin Geisler <mg@lazybytes.net>
Mon, 03 Aug 2009 00:01:50 +0200
changeset 9295 b0f447a259ab
parent 1933 7544700fd931
child 11177 6a64813276ed
permissions -rwxr-xr-x
help: use field lists for lists of extensions

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