comparison tests/test-hgk.t @ 12431:d911aa2b8570

tests: unify test-hgk
author Matt Mackall <mpm@selenic.com>
date Sun, 26 Sep 2010 13:41:32 -0500
parents tests/test-hgk@cc7114d96548
children f2719b387380
comparison
equal deleted inserted replaced
12430:60738066e37a 12431:d911aa2b8570
1 Minimal hgk check
2
3 $ echo "[extensions]" >> $HGRCPATH
4 $ echo "hgk=" >> $HGRCPATH
5 $ hg init repo
6 $ cd repo
7 $ echo a > a
8 $ hg ci -Am adda
9 adding a
10 $ hg debug-cat-file commit 0
11 tree a0c8bcbbb45c
12 parent 000000000000
13 author test 0 0
14 committer test 0 0
15 revision 0
16 branch default
17
18 adda