tests/test-hgk
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 05 Nov 2009 14:44:29 +0100
changeset 9721 1d75c683ada1
parent 6800 cc7114d96548
permissions -rwxr-xr-x
templater: put 'ago' inside the age template filter

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