tests/test-hgk.t
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Tue, 18 Sep 2012 21:39:12 +0900
changeset 17625 b83c18204c36
parent 16913 f2719b387380
child 17959 542d133ea0a3
permissions -rw-r--r--
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"

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