Mercurial > hg
annotate tests/test-copy2.out @ 1253:a45e717c61a8
Add rename/mv command.
This is the logical equivalent of copy and remove, and is in fact
implemented as such. It doesn't use the remove command directly.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 14 Sep 2005 16:34:22 -0700 |
parents | 19b048da4da9 |
children | f4dece0f7016 |
rev | line source |
---|---|
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 | |
7 renamed from foo:2ed2a3912a0b24502043eae84ee4b279c18b90dd | |
8 # should not be renamed | |
9 not renamed | |
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 | |
21 renamed from foo:dd12c926cf165e3eb4cf87b084955cb617221c17 | |
22 # should show no copies |