tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 15 Feb 2010 22:39:36 +0100
branchstable
changeset 10484 cadd7e076b69
parent 6800 cc7114d96548
permissions -rwxr-xr-x
url: correctly quote '/' in user and password embedded in urls

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