Mercurial > hg-stable
annotate tests/test-up-local-change.out @ 494:6020bde714e4
Fixed test for previous change of 'hg -v history'.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Fixed test for previous change of 'hg -v history'.
manifest hash: 5a7d918645596751577b95d0dfba28fd70274b48
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCwOjDW7P1GVgWeRoRAvL7AJwO27B6qhOZZC+16SPjIxJBKz3BSwCghmkB
OMzLY0CjZSHixF5xs0ZU6Dw=
=F04F
-----END PGP SIGNATURE-----
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 28 Jun 2005 07:05:55 +0100 |
parents | df9b77f67998 |
children | e94cebc60d96 |
rev | line source |
---|---|
331 | 1 + mkdir r1 |
2 + cd r1 | |
3 + hg init | |
4 + echo a | |
5 + hg addremove | |
6 + hg commit -t 1 -u test -d '0 0' | |
485 | 7 + hg clone . ../r2 |
8 + cd ../r2 | |
331 | 9 + hg up |
10 + echo abc | |
11 + hg diff | |
12 + sed 's/\(\(---\|+++\).*\)\t.*/\1/' | |
396
8f8bb77d560e
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
388
diff
changeset
|
13 diff -r c19d34741b0a a |
331 | 14 --- a/a |
15 +++ b/a | |
16 @@ -1,1 +1,1 @@ | |
17 -a | |
18 +abc | |
19 + cd ../r1 | |
20 + echo b | |
21 + echo a2 | |
22 + hg addremove | |
23 + hg commit -t 2 -u test -d '0 0' | |
24 + cd ../r2 | |
25 + hg -q pull ../r1 | |
26 + hg status | |
27 C a | |
28 + hg -d up | |
29 resolving manifests | |
374
f07d00fcd281
update tests to reflect new short hash length
mpm@selenic.com
parents:
350
diff
changeset
|
30 ancestor a0c8bcbbb45c local a0c8bcbbb45c remote 1165e8bd193e |
331 | 31 a versions differ, resolve |
32 remote created b | |
33 getting b | |
34 merging a | |
35 resolving a | |
374
f07d00fcd281
update tests to reflect new short hash length
mpm@selenic.com
parents:
350
diff
changeset
|
36 file a: other d730145abbf9 ancestor b789fdd96dc2 |
331 | 37 + hg -d up -m |
38 resolving manifests | |
374
f07d00fcd281
update tests to reflect new short hash length
mpm@selenic.com
parents:
350
diff
changeset
|
39 ancestor 1165e8bd193e local 1165e8bd193e remote 1165e8bd193e |
331 | 40 + hg parents |
41 changeset: 1:1e71731e6fbb5b35fae293120dea6964371c13c6 | |
388
398737777644
Fixed tests for displaying tags in hg history and hg parents.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
382
diff
changeset
|
42 tag: tip |
331 | 43 user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
377
diff
changeset
|
44 date: Thu Jan 1 00:00:00 1970 |
331 | 45 summary: 2 |
46 | |
47 + hg -v history | |
48 changeset: 1:1e71731e6fbb5b35fae293120dea6964371c13c6 | |
388
398737777644
Fixed tests for displaying tags in hg history and hg parents.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
382
diff
changeset
|
49 tag: tip |
331 | 50 manifest: 1:1165e8bd193e17ad7d321d846fcf27ff3f412758 |
51 user: test | |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
377
diff
changeset
|
52 date: Thu Jan 1 00:00:00 1970 |
494
6020bde714e4
Fixed test for previous change of 'hg -v history'.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
490
diff
changeset
|
53 files: a b |
331 | 54 description: |
55 2 | |
56 | |
57 changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e | |
58 manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0 | |
59 user: test | |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
377
diff
changeset
|
60 date: Thu Jan 1 00:00:00 1970 |
494
6020bde714e4
Fixed test for previous change of 'hg -v history'.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
490
diff
changeset
|
61 files: a |
331 | 62 description: |
63 1 | |
64 | |
65 + hg diff | |
66 + sed 's/\(\(---\|+++\).*\)\t.*/\1/' | |
396
8f8bb77d560e
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
388
diff
changeset
|
67 diff -r 1e71731e6fbb a |
331 | 68 --- a/a |
69 +++ b/a | |
70 @@ -1,1 +1,1 @@ | |
71 -a2 | |
72 +abc |