author | Matt Mackall <mpm@selenic.com> |
Sun, 10 Jul 2005 16:13:39 -0800 | |
changeset 670 | 4efb9b109292 |
parent 502 | 509e62469cb1 |
child 749 | 7e4843b7efd2 |
permissions | -rw-r--r-- |
336 | 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 verify |
|
8 |
checking changesets |
|
9 |
checking manifests |
|
10 |
crosschecking files in changesets and manifests |
|
11 |
checking files |
|
12 |
1 files, 1 changesets, 1 total revisions |
|
13 |
+ hg parents |
|
14 |
changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376 |
|
388
398737777644
Fixed tests for displaying tags in hg history and hg parents.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
382
diff
changeset
|
15 |
tag: tip |
336 | 16 |
user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
350
diff
changeset
|
17 |
date: Thu Jan 1 00:00:00 1970 |
336 | 18 |
summary: test |
19 |
||
20 |
+ hg status |
|
21 |
+ hg undo |
|
502 | 22 |
rolling back last transaction |
336 | 23 |
+ hg verify |
24 |
checking changesets |
|
25 |
checking manifests |
|
26 |
crosschecking files in changesets and manifests |
|
27 |
checking files |
|
28 |
0 files, 0 changesets, 0 total revisions |
|
29 |
+ hg parents |
|
30 |
+ hg status |
|
31 |
A a |