##// END OF EJS Templates
test-nested-repo.t: touch another file inside nested repo...
test-nested-repo.t: touch another file inside nested repo This helped uncover a bug in a patchset I've been writing.

File last commit:

r18807:cf72fd8b default
r19124:4cdec37f default
Show More
test-hgk.t
20 lines | 315 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
phase draft
adda
$ cd ..