tests/test-hgk
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 22 Aug 2009 19:40:15 +0200
changeset 9387 20ed9909dbd9
parent 6800 cc7114d96548
permissions -rwxr-xr-x
templatefilters: indent: do not compute text.endswith('\n') in each iteration

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