Mercurial > hg
annotate tests/test-rawcommit1.out @ 762:312b4a10d862
Changed more occurances of 'text' to 'message'.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 22 Jul 2005 16:26:46 +0100 |
parents | 7e4843b7efd2 |
children | 853bfbf1a312 445970ccf57a |
rev | line source |
---|---|
591 | 1 + hg --debug init |
444 | 2 + echo this is a1 |
591 | 3 + hg add a |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
4 + hg commit -m0 -d '0 0' |
444 | 5 + echo this is b1 |
591 | 6 + hg add b |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
7 + hg commit -m1 -d '0 0' |
591 | 8 + hg manifest 1 |
444 | 9 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a |
10 54837d97f2932a8194e69745a280a2c11e61ff9c 644 b | |
11 + echo this is c1 | |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
12 + hg rawcommit -p 1 -d '0 0' -m2 c |
591 | 13 + hg manifest 2 |
444 | 14 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a |
15 54837d97f2932a8194e69745a280a2c11e61ff9c 644 b | |
16 76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c | |
591 | 17 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
18 changeset: 2:9f827976dae422d883af3cedc7a849c3e41a9b96 |
444 | 19 tag: tip |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
20 user: test |
444 | 21 date: Thu Jan 1 00:00:00 1970 |
591 | 22 summary: 2 |
546
c8ae964109c1
Add an empty line after description in verbose mode of show_changeset.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
495
diff
changeset
|
23 |
444 | 24 + rm b |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
25 + hg rawcommit -p 2 -d '0 0' -m3 b |
591 | 26 + hg manifest 3 |
444 | 27 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a |
28 76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c | |
591 | 29 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
30 changeset: 3:c8225a10618652ed2048e5ec0e917a92e50b9032 |
444 | 31 tag: tip |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
32 user: test |
444 | 33 date: Thu Jan 1 00:00:00 1970 |
591 | 34 summary: 3 |
546
c8ae964109c1
Add an empty line after description in verbose mode of show_changeset.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
495
diff
changeset
|
35 |
444 | 36 + echo this is a22 |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
37 + hg rawcommit -p 3 -d '0 0' -m4 a |
591 | 38 + hg manifest 4 |
444 | 39 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a |
40 76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c | |
591 | 41 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
42 changeset: 4:8dfeee82a94bbe13e5f3ca5eee08058269af87c1 |
444 | 43 tag: tip |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
44 user: test |
444 | 45 date: Thu Jan 1 00:00:00 1970 |
591 | 46 summary: 4 |
546
c8ae964109c1
Add an empty line after description in verbose mode of show_changeset.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
495
diff
changeset
|
47 |
444 | 48 + echo this is c22 |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
49 + hg rawcommit -p 1 -d '0 0' -m5 c |
591 | 50 + hg manifest 5 |
444 | 51 05f9e54f4c9b86b09099803d8b49a50edcb4eaab 644 a |
52 54837d97f2932a8194e69745a280a2c11e61ff9c 644 b | |
53 3570202ceac2b52517df64ebd0a062cb0d8fe33a 644 c | |
591 | 54 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
55 changeset: 4:8dfeee82a94bbe13e5f3ca5eee08058269af87c1 |
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
56 user: test |
444 | 57 date: Thu Jan 1 00:00:00 1970 |
591 | 58 summary: 4 |
444 | 59 |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
60 + hg rawcommit -p 4 -p 5 -d '0 0' -m6 |
591 | 61 + hg manifest 6 |
444 | 62 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a |
63 76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c | |
591 | 64 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
65 changeset: 6:c0e932ecae5eb7d8d2af2659f3ab03dbe4a9ff7c |
444 | 66 tag: tip |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
67 parent: 4:8dfeee82a94bbe13e5f3ca5eee08058269af87c1 |
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
68 parent: 5:a7925a42d0df7b35e14ecd7bf12ed6bbc776e9df |
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
69 user: test |
444 | 70 date: Thu Jan 1 00:00:00 1970 |
591 | 71 summary: 6 |
444 | 72 |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
73 + hg rawcommit -p 6 -d '0 0' -m7 |
591 | 74 + hg manifest 7 |
444 | 75 d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a |
76 76d5e637cbec1bcc04a5a3fa4bcc7d13f6847c00 644 c | |
591 | 77 + hg parents |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
78 changeset: 7:3a157da4365dc1966cf9a032b0113fd8613d7865 |
444 | 79 tag: tip |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
591
diff
changeset
|
80 user: test |
444 | 81 date: Thu Jan 1 00:00:00 1970 |
591 | 82 summary: 7 |
444 | 83 |