tests/test-issue1175
author Martin Geisler <mg@lazybytes.net>
Wed, 29 Apr 2009 18:36:55 +0200
changeset 8243 cb08c3765a02
parent 6875 0d714a48ab53
permissions -rwxr-xr-x
merge with crew-stable I pushed the dd1b47e17d7e to crew before realizing that it would also be suitable for crew-stable, hence the double changeset.

#!/bin/sh
rm -rf a
hg init a
cd a
touch a
hg ci -Am0
hg mv a a1
hg ci -m1
hg co 0
hg mv a a2
hg up
hg ci -m2

touch a
hg ci -Am3
hg mv a b
hg ci -Am4 a
hg ci --debug --traceback -Am5 b
hg verify
hg export --git tip