tests/test-basic
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Wed, 01 Mar 2006 14:52:28 +0100
changeset 1820 7e10518b2b9e
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Really fix bash_completion on Solaris. Maybe. Hopefully. Use substr instead of sub.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "0 0"
hg history
hg manifest
hg cat a
hg verify