changeset 16177:b8c1a8a57540

copies: fix mergecopies doc mapping direction
author Matt Mackall <mpm@selenic.com>
date Sun, 26 Feb 2012 15:51:56 -0600
parents 0bb0b9f22cd7
children 828fe2ca7cbb
files mercurial/copies.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/copies.py	Sat Feb 25 16:48:07 2012 -0600
+++ b/mercurial/copies.py	Sun Feb 26 15:51:56 2012 -0600
@@ -181,7 +181,7 @@
 
     Returns two dicts, "copy" and "diverge".
 
-    "copy" is a mapping from source name -> destination name,
+    "copy" is a mapping from destination name -> source name,
     where source is in c1 and destination is in c2 or vice-versa.
 
     "diverge" is a mapping of source name -> list of destination names