view tests/test-hgk @ 10628:6227c8d669d5

rebase: improve output of hg pull --rebase (issue2072)
author Sune Foldager <cryo@cyanite.org>
date Wed, 10 Mar 2010 12:38:33 +0100
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