Mercurial > hg-stable
comparison tests/test-undo.out @ 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 | 509e62469cb1 |
children | 853bfbf1a312 445970ccf57a |
comparison
equal
deleted
inserted
replaced
748:c5df1a9c5276 | 749:7e4843b7efd2 |
---|---|
1 + mkdir t | 1 + mkdir t |
2 + cd t | 2 + cd t |
3 + hg init | 3 + hg init |
4 + echo a | 4 + echo a |
5 + hg add a | 5 + hg add a |
6 + hg commit -t test -u test -d '0 0' | 6 + hg commit -m test -d '0 0' |
7 + hg verify | 7 + hg verify |
8 checking changesets | 8 checking changesets |
9 checking manifests | 9 checking manifests |
10 crosschecking files in changesets and manifests | 10 crosschecking files in changesets and manifests |
11 checking files | 11 checking files |