diff tests/test-status.t @ 49498:f2b1bc19ce90

status: let `--no-copies` override `ui.statuscopies`
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Sep 2022 16:50:30 -0700
parents 9987d14ad63f
children 557f7e243ac9
line wrap: on
line diff
--- a/tests/test-status.t	Thu Sep 22 01:50:53 2022 +0200
+++ b/tests/test-status.t	Thu Sep 22 16:50:30 2022 -0700
@@ -637,9 +637,16 @@
   M a
     b
   R b
+  $ hg st --config ui.statuscopies=true --no-copies
+  M a
+  R b
   $ hg st --config ui.statuscopies=false
   M a
   R b
+  $ hg st --config ui.statuscopies=false --copies
+  M a
+    b
+  R b
   $ hg st --config ui.tweakdefaults=yes
   M a
     b