##// END OF EJS Templates
tests: unify test-globalopts
tests: unify test-globalopts

File last commit:

r12156:4c94b6d0 default
r12194:9e40ea08 default
Show More
test-issue612
24 lines | 198 B | text/plain | TextLexer
#!/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