##// END OF EJS Templates
audit: reject paths with .hg (issue 1450)...
audit: reject paths with .hg (issue 1450) Spotted by Peter Arrenbrecht

File last commit:

r6800:cc7114d9 default
r7553:71be8688 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