author | mpm@selenic.com |
Thu, 16 Jun 2005 08:37:15 -0800 | |
changeset 382 | 37249c522770 |
parent 350 | b4e0e20646bb |
child 388 | 398737777644 |
permissions | -rw-r--r-- |
331 | 1 |
+ mkdir t |
2 |
+ cd t |
|
3 |
+ hg init |
|
4 |
+ echo a |
|
5 |
+ hg add a |
|
6 |
+ hg commit -t test -u test -d '0 0' |
|
7 |
+ hg history |
|
8 |
changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376 |
|
9 |
user: test |
|
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
350
diff
changeset
|
10 |
date: Thu Jan 1 00:00:00 1970 |
331 | 11 |
summary: test |
12 |
||
13 |
+ hg manifest |
|
14 |
b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a |
|
15 |
+ hg cat a |
|
16 |
a |
|
17 |
+ hg verify |
|
18 |
checking changesets |
|
19 |
checking manifests |
|
20 |
crosschecking files in changesets and manifests |
|
21 |
checking files |
|
22 |
1 files, 1 changesets, 1 total revisions |