##// END OF EJS Templates
keyword: make kwfiles --all show unknown files too...
keyword: make kwfiles --all show unknown files too More consistent and similar to hg status.

File last commit:

r6800:cc7114d9 default
r9492:3b1864bc 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