tests/test-hgk
author Alex Unden <alu@zpuppet.org>
Fri, 27 Feb 2009 02:01:45 -0800
changeset 7817 cb516e788238
parent 6800 cc7114d96548
permissions -rwxr-xr-x
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set

#!/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