tests/test-hgk.t
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 24 Jun 2011 10:31:44 +0200
branchstable
changeset 14729 94eea58da2a3
parent 12431 d911aa2b8570
child 16913 f2719b387380
permissions -rw-r--r--
update: do not use the term 'update' when mentioning reverting one file and give a more precise hint for how to revert such a file I'm using the term 'revision' instead of 'changeset' in this change to be consistent with the REV we use in the synopsis.

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