summaryrefslogtreecommitdiff
path: root/tests/test-hgk.t
blob: 10b9bbcc4a8e9aaed6c9e4f3046a0bc7d21067f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  committer test 0 0
  revision 0
  branch default
  
  adda