Show More
@@ -181,7 +181,7 b' def mergecopies(repo, c1, c2, ca):' | |||||
181 |
|
181 | |||
182 | Returns two dicts, "copy" and "diverge". |
|
182 | Returns two dicts, "copy" and "diverge". | |
183 |
|
183 | |||
184 |
"copy" is a mapping from |
|
184 | "copy" is a mapping from destination name -> source name, | |
185 | where source is in c1 and destination is in c2 or vice-versa. |
|
185 | where source is in c1 and destination is in c2 or vice-versa. | |
186 |
|
186 | |||
187 | "diverge" is a mapping of source name -> list of destination names |
|
187 | "diverge" is a mapping of source name -> list of destination names |
General Comments 0
You need to be logged in to leave comments.
Login now