view tests/test-hgk @ 6942:5423224c7913

contrib: remove deprecated darcs2hg.py script We've have support for darcs in the convert extension for a while now.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 28 Aug 2008 13:16:15 +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