##// END OF EJS Templates
convert/mtn: handle new files in moved directories (issue1619)...
convert/mtn: handle new files in moved directories (issue1619) Reported and investigated by Paul Aurich <paul@darkrain42.org>

File last commit:

r6800:cc7114d9 default
r8099:3cdf4872 default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
Patrick Mezard
hgk: ctx.parents() problem introduced by 2d54e7c1e69d
r6800 #!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH
hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0