tests/test-basic
author Christian Ebert <blacktrash@gmx.net>
Fri, 06 Jul 2007 12:02:43 +0200
changeset 4874 d9e385a7a806
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Use isinstance instead of type == type

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