tests/test-basic
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 16 Dec 2005 01:32:44 -0600
changeset 1591 5a3229cf1492
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
do not copy atime and mtime in util.copyfiles it is unsupported on some fs (vfat) and we don't need to copy it one clone anyway

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