tests/test-merge3
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 22 Jul 2005 08:58:16 +0100
changeset 758 c5db9581bfa6
parent 749 7e4843b7efd2
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
There was an extra space after 'hg id' when there are no tags.

#!/bin/sh -x

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