tests/test-hgk.t
author Eric Roshan Eisner <ede@alum.mit.edu>
Fri, 11 Nov 2011 11:11:11 +1111
branchstable
changeset 15531 0810ccc51f0a
parent 12431 d911aa2b8570
child 16913 f2719b387380
permissions -rw-r--r--
subrepo: fix git status false positive (issue3109) It turns out there's a separate command to force git to look at file contents if the stat has changed.

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