##// END OF EJS Templates
copies: fix mergecopies doc mapping direction
Matt Mackall -
r16177:b8c1a8a5 default
parent child Browse files
Show More
@@ -181,7 +181,7 b' def mergecopies(repo, c1, c2, ca):'
181 181
182 182 Returns two dicts, "copy" and "diverge".
183 183
184 "copy" is a mapping from source name -> destination name,
184 "copy" is a mapping from destination name -> source name,
185 185 where source is in c1 and destination is in c2 or vice-versa.
186 186
187 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