branch | stable |
changeset 21166 | bf2891877378 |
parent 21165 | fde46c534935 |
child 22177 | a56038e6a3c9 |
child 22200 | b27c3beaaf30 |
21165:fde46c534935 | 21166:bf2891877378 |
---|---|
29 |
29 |
30 Examples: |
30 Examples: |
31 |
31 |
32 - When changeset A is replaced by changeset A', one marker is stored: |
32 - When changeset A is replaced by changeset A', one marker is stored: |
33 |
33 |
34 (A, (A')) |
34 (A, (A',)) |
35 |
35 |
36 - When changesets A and B are folded into a new changeset C, two markers are |
36 - When changesets A and B are folded into a new changeset C, two markers are |
37 stored: |
37 stored: |
38 |
38 |
39 (A, (C,)) and (B, (C,)) |
39 (A, (C,)) and (B, (C,)) |