tests/test-conflict
author Shun-ichi GOTO <shunichi.goto@gmail.com>
Fri, 17 Mar 2006 17:23:52 -0800
changeset 1970 119165543ce6
parent 1933 7544700fd931
child 2283 e506c14382fd
permissions -rwxr-xr-x
Fixed abort while remote incoming command on windows.

#!/bin/sh

hg init
echo "nothing" > a
hg add a
hg commit -m ancestor -d "1000000 0"
echo "something" > a
hg commit -m branch1 -d "1000000 0"
hg co 0
echo "something else" > a
hg commit -m branch2 -d "1000000 0"
HGMERGE=merge; export HGMERGE
hg up -m 1
hg id
egrep -v ">>>|<<<" a
hg status