Mercurial > hg
annotate tests/test-undo.out @ 591:eb46971fc57f
options: kill -d for debug
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
options: kill -d for debug
You must now use --debug.
This is a preparatory step for changing the option parsing from:
hg [global-opts] <command> [command-opts]
to
hg [global-opts] <command> [global or command opts]
manifest hash: ec5ecc687340baa109a98b742f1cd8d1f4aadeed
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCx4urywK+sNU5EO8RAl90AJ0fwKU/GwHpJvlTFl5naeJbkceWewCgh4jK
kaTSSodACgPzgbFiid5RL4Y=
=siEe
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sat, 02 Jul 2005 22:54:35 -0800 |
parents | 509e62469cb1 |
children | 7e4843b7efd2 |
rev | line source |
---|---|
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 |