view tests/test-hgk @ 12371:48a4acd1ccf1

templater: add hex filter.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 22 Sep 2010 00:14:57 +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