##// END OF EJS Templates
obsolete: fix minor module documentation issues
liscju -
r29894:02c15085 default
parent child Browse files
Show More
@@ -42,9 +42,9 b' Examples:'
42
42
43 (A, ())
43 (A, ())
44
44
45 - When changeset A is split into B and C, a single marker are used:
45 - When changeset A is split into B and C, a single marker is used:
46
46
47 (A, (C, C))
47 (A, (B, C))
48
48
49 We use a single marker to distinguish the "split" case from the "divergence"
49 We use a single marker to distinguish the "split" case from the "divergence"
50 case. If two independent operations rewrite the same changeset A in to A' and
50 case. If two independent operations rewrite the same changeset A in to A' and
General Comments 0
You need to be logged in to leave comments. Login now