tests/test-merge3
author Sébastien Pierre <sebastien@xprima.com>
Mon, 10 Jul 2006 12:19:37 -0400
changeset 2587 fe3e87358b47
parent 1933 7544700fd931
permissions -rwxr-xr-x
darcs2hg: pause and resume support, date extraction from commit hash, does not break on empty commits

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