view tests/test-issue612 @ 12171:cc39d07d2212

store: Removed extra space in _data list
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 05 Sep 2010 21:00:04 +0200
parents 4c94b6d0fb1c
children
line wrap: on
line source

#!/bin/sh

mkdir t
cd t

hg init
mkdir src
echo a > src/a.c
hg ci -Ama

hg mv src source
hg ci -Ammove

hg co -C 0
echo new > src/a.c
echo compiled > src/a.o
hg ci -mupdate

hg st

hg merge

hg st