tests/test-hgk.t
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Thu, 26 Jul 2012 13:58:43 +0900
branchstable
changeset 17259 e96ad092fb18
parent 16913 f2719b387380
child 17959 542d133ea0a3
permissions -rw-r--r--
i18n: add/relocate "i18n keyword" comments for i18n messages in revset.py

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 ..