view tests/test-hgk @ 7528:eadcc075967e

archive: fix bogus error message with no working directory
author Matt Mackall <mpm@selenic.com>
date Fri, 19 Dec 2008 16:48:31 -0600
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