mercurial/commands.py
changeset 24663 7d01371e6358
parent 24661 8cf70c97a6e1
child 24686 e0e28e910fa3
--- a/mercurial/commands.py	Sat Apr 04 22:30:59 2015 +0900
+++ b/mercurial/commands.py	Tue Mar 24 21:25:57 2015 +0100
@@ -5845,7 +5845,8 @@
                        opts.get('subrepos'))
     changestates = zip(states, 'MAR!?IC', stat)
 
-    if (opts.get('all') or opts.get('copies')) and not opts.get('no_status'):
+    if (opts.get('all') or opts.get('copies')
+        or ui.configbool('ui', 'statuscopies')) and not opts.get('no_status'):
         copy = copies.pathcopies(repo[node1], repo[node2])
 
     fm = ui.formatter('status', opts)