tests/test-basic
author mpm@selenic.com
Thu, 21 Jul 2005 15:05:17 -0500
changeset 749 7e4843b7efd2
parent 547 4fc63e22b1fe
child 761 0fb498458905
permissions -rwxr-xr-x
Update tests to use commit -m and default -u manifest hash: 6e4385453843031a712005a320d6000595b40d05

#!/bin/sh

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