tests/test-copies.t
changeset 46408 e948ad0dcbe2
parent 46399 1d6d1a15a963
child 46647 86ee73018e62
--- a/tests/test-copies.t	Thu Jan 28 15:26:33 2021 +0100
+++ b/tests/test-copies.t	Sat Jan 16 00:03:18 2021 +0100
@@ -95,6 +95,8 @@
   x -> y
   $ hg debugpathcopies 0 1
   x -> y (no-filelog !)
+  $ hg debugpathcopies 0 1  --config devel.copy-tracing.trace-all-files=yes
+  x -> y
 
 Copy a file onto another file with same content. If metadata is stored in changeset, this does not
 produce a new filelog entry. The changeset's "files" entry should still list the file.
@@ -113,6 +115,8 @@
   x -> x2
   $ hg debugpathcopies 0 1
   x -> x2 (no-filelog !)
+  $ hg debugpathcopies 0 1  --config devel.copy-tracing.trace-all-files=yes
+  x -> x2
 
 Rename file in a loop: x->y->z->x
   $ newrepo