view tests/test-hgk @ 7385:8119c1a607c4

mergetools: add pointer to the usual filemerge path
author Brendan Cully <brendan@kublai.com>
date Sun, 16 Nov 2008 20:56:55 -0800
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