tests/test-hgk.t
author Mads Kiilerich <mads@kiilerich.com>
Mon, 30 Jul 2012 02:38:32 +0200
branchstable
changeset 17284 f3a7f05f474a
parent 16913 f2719b387380
child 17959 542d133ea0a3
permissions -rw-r--r--
test-histedit-outgoing.t: remove unused section

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

  $ cd ..