##// END OF EJS Templates
Merge with stable...
Merge with stable Simplify the copy search algorithm

File last commit:

r6800:cc7114d9 default
r6876:077f1e63 merge default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
#!/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