Mercurial > hg
annotate tests/test-basic.out @ 695:085a8145e151
Fixed tests.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Fixed tests.
manifest hash: f6f36e6f95ea99efccc84dfa1d0af63d414a0eba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC1hsCW7P1GVgWeRoRAtbyAJoDpbSygoutryu3P/miCpX2Q/LA8gCgiClo
P+1ZpH0gycio/V4CKmj5Hlo=
=JVBT
-----END PGP SIGNATURE-----
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 14 Jul 2005 08:57:54 +0100 |
parents | d96c1153b25d |
children | b266e92bcd0b 574869103985 |
rev | line source |
---|---|
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 | |
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 | |
619 | 14 |
331 | 15 + hg manifest |
16 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a | |
17 + hg cat a | |
18 a | |
19 + hg verify | |
20 checking changesets | |
21 checking manifests | |
22 crosschecking files in changesets and manifests | |
23 checking files | |
24 1 files, 1 changesets, 1 total revisions |