view tests/test-hgk @ 8032:4726a522a182

commands: use double quotes consistently in help texts
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Apr 2009 20:51:09 +0200
parents cc7114d96548
children
line wrap: on
line source

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