##// END OF EJS Templates
hgk: no committer please...
hgk: no committer please Generate committer only if we really have it. Update test-hgk.t accordingly.

File last commit:

r17959:542d133e default
r17959:542d133e default
Show More
test-hgk.t
19 lines | 301 B | text/troff | Tads3Lexer
Minimal hgk check
$ echo "[extensions]" >> $HGRCPATH
$ echo "hgk=" >> $HGRCPATH
$ hg init repo
$ cd repo
$ echo a > a
$ hg ci -Am adda
adding a
$ hg debug-cat-file commit 0
tree a0c8bcbbb45c
parent 000000000000
author test 0 0
revision 0
branch default
adda
$ cd ..