tests/test-basic
author Kostantinos Koukopoulos <kouk@noc.uoa.gr>
Tue, 15 Jan 2008 13:29:59 +0200
changeset 5860 493632bb171c
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
convert should use default value when CVS_RSH is not set, that value being 'ssh'.

#!/bin/sh

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