tests/test-hgk
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 21 Jul 2010 12:41:18 +0900
branchstable
changeset 11641 ead7550f1aab
parent 6800 cc7114d96548
permissions -rwxr-xr-x
bookmarks: rewrite _bookmarks method documentation

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH

hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0