view tests/test-hgk @ 7297:bd6deb7525f4

mq: use cmdutil.matchfiles instead of match for qnew -f. Closes issue1368.
author Brendan Cully <brendan@kublai.com>
date Thu, 30 Oct 2008 12:38:24 -0700
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