diff mercurial/help/config.txt @ 24663:7d01371e6358

commands: add ui.statuscopies config knob statuscopies enables viewing of copies and moves in 'hg status' by default.
author Mathias De Mar? <mathias.demare@gmail.com>
date Tue, 24 Mar 2015 21:25:57 +0100
parents 9fbda55c68d7
children 89c5881d692c
line wrap: on
line diff
--- a/mercurial/help/config.txt	Sat Apr 04 22:30:59 2015 +0900
+++ b/mercurial/help/config.txt	Tue Mar 24 21:25:57 2015 +0100
@@ -1432,6 +1432,9 @@
     backslash character (``\``)).
     Default is False.
 
+``statuscopies``
+    Display copies in the status command.
+
 ``ssh``
     command to use for SSH connections. Default is ``ssh``.