view tests/test-basic @ 749:7e4843b7efd2

Update tests to use commit -m and default -u manifest hash: 6e4385453843031a712005a320d6000595b40d05
author mpm@selenic.com
date Thu, 21 Jul 2005 15:05:17 -0500
parents 4fc63e22b1fe
children 0fb498458905
line wrap: on
line source

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