author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
Sat, 09 Jun 2007 01:04:28 -0300 | |
changeset 4530 | 0ac7fee4f024 |
parent 4376 | de612b5f8d59 |
child 4677 | de8ec7e1753a |
permissions | -rw-r--r-- |
1117 | 1 |
# should show copy |
1127
19b048da4da9
Fixed test-copy2 with only looking at copied files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1117
diff
changeset
|
2 |
copy: foo -> bar |
1117 | 3 |
# shouldn't show copy |
4 |
# should match |
|
5 |
rev offset length base linkrev nodeid p1 p2 |
|
6 |
0 0 5 0 0 2ed2a3912a0b 000000000000 000000000000 |
|
3652 | 7 |
bar renamed from foo:2ed2a3912a0b24502043eae84ee4b279c18b90dd |
1117 | 8 |
# should not be renamed |
3652 | 9 |
bar not renamed |
1117 | 10 |
# should show copy |
1127
19b048da4da9
Fixed test-copy2 with only looking at copied files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1117
diff
changeset
|
11 |
copy: foo -> bar |
1117 | 12 |
# should show no parents for tip |
13 |
rev offset length base linkrev nodeid p1 p2 |
|
14 |
0 0 69 0 1 6ca237634e1f 000000000000 000000000000 |
|
15 |
1 69 6 1 2 7a1ff8e75f5b 6ca237634e1f 000000000000 |
|
16 |
2 75 82 1 3 243dfe60f3d9 000000000000 000000000000 |
|
17 |
# should match |
|
18 |
rev offset length base linkrev nodeid p1 p2 |
|
19 |
0 0 5 0 0 2ed2a3912a0b 000000000000 000000000000 |
|
20 |
1 5 7 1 2 dd12c926cf16 2ed2a3912a0b 000000000000 |
|
3652 | 21 |
bar renamed from foo:dd12c926cf165e3eb4cf87b084955cb617221c17 |
1117 | 22 |
# should show no copies |
4376
de612b5f8d59
Make copy --after work for files that have been hg added.
Brendan Cully <brendan@kublai.com>
parents:
3652
diff
changeset
|
23 |
# copy --after on an added file |
de612b5f8d59
Make copy --after work for files that have been hg added.
Brendan Cully <brendan@kublai.com>
parents:
3652
diff
changeset
|
24 |
A baz |
de612b5f8d59
Make copy --after work for files that have been hg added.
Brendan Cully <brendan@kublai.com>
parents:
3652
diff
changeset
|
25 |
bar |