author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 29 Jul 2005 06:43:21 +0100 | |
changeset 793 | 445970ccf57a |
parent 761 | 0fb498458905 |
parent 784 | 853bfbf1a312 |
child 801 | 1f9ec150a476 |
permissions | -rw-r--r-- |
331 | 1 |
+ mkdir t |
2 |
+ cd t |
|
3 |
+ hg init |
|
4 |
+ echo a |
|
5 |
+ hg add a |
|
761
0fb498458905
Change all references to -t --text commit message to -m and --message.
Andrew Thompson <andrewkt@aktzero.com>
parents:
749
diff
changeset
|
6 |
+ hg commit -m test -d '0 0' |
331 | 7 |
+ hg history |
784
853bfbf1a312
Fix tests for short changeset hashes and hidden manifest hashes
mpm@selenic.com
parents:
761
diff
changeset
|
8 |
changeset: 0:acb14030fe0a |
388
398737777644
Fixed tests for displaying tags in hg history and hg parents.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
382
diff
changeset
|
9 |
tag: tip |
331 | 10 |
user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
350
diff
changeset
|
11 |
date: Thu Jan 1 00:00:00 1970 |
331 | 12 |
summary: test |
13 |
||
14 |
+ hg manifest |
|
15 |
b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a |
|
16 |
+ hg cat a |
|
17 |
a |
|
18 |
+ hg verify |
|
19 |
checking changesets |
|
20 |
checking manifests |
|
21 |
crosschecking files in changesets and manifests |
|
22 |
checking files |
|
23 |
1 files, 1 changesets, 1 total revisions |