##// END OF EJS Templates
convert: better grouping of command line flags in help...
convert: better grouping of command line flags in help We normally put related command line flags after one another.

File last commit:

r12156:4c94b6d0 default
r12187:4a854122 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