tests/test-hgk
author Matt Mackall <mpm@selenic.com>
Thu, 20 May 2010 13:27:28 -0500
changeset 11202 f974fe896921
parent 6800 cc7114d96548
permissions -rwxr-xr-x
strip: hide unbundle messages by default Unbundling is an internal implementation detail for strip, only show them with --verbose.

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