comparison 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
comparison
equal deleted inserted replaced
748:c5df1a9c5276 749:7e4843b7efd2
4 mkdir t 4 mkdir t
5 cd t 5 cd t
6 hg init 6 hg init
7 echo a > a 7 echo a > a
8 hg add a 8 hg add a
9 hg commit -t "test" -u test -d "0 0" 9 hg commit -t test -d "0 0"
10 hg history 10 hg history
11 hg manifest 11 hg manifest
12 hg cat a 12 hg cat a
13 hg verify 13 hg verify