changeset 25843:bf9ea348b487

merge: mark ancient debugging option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:53:16 -0500
parents fa3f0301cf91
children 18541e9510c5
files mercurial/merge.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/merge.py	Thu Jun 25 17:52:20 2015 -0500
+++ b/mercurial/merge.py	Thu Jun 25 17:53:16 2015 -0500
@@ -1070,6 +1070,7 @@
                     # Allow jumping branches if clean and specific rev given
                     pas = [p1]
 
+        # deprecated config: merge.followcopies
         followcopies = False
         if overwrite:
             pas = [wc]