diff tests/test-status.t @ 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 0e41f110e69e
children e8075329c5fb
line wrap: on
line diff
--- a/tests/test-status.t	Sat Apr 04 22:30:59 2015 +0900
+++ b/tests/test-status.t	Tue Mar 24 21:25:57 2015 +0100
@@ -438,6 +438,15 @@
     b
   R b
 
+using ui.statuscopies setting
+  $ hg st --config ui.statuscopies=true
+  M a
+    b
+  R b
+  $ hg st --config ui.statuscopies=false
+  M a
+  R b
+
 Other "bug" highlight, the revision status does not report the copy information.
 This is buggy behavior.