sapling/tests/test-hgk.t

21 lines
315 B
Perl
Raw Normal View History

2010-09-26 22:41:32 +04:00
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
2010-09-26 22:41:32 +04:00
adda
$ cd ..