tests/test-copies.t
changeset 46399 1d6d1a15a963
parent 45817 58e7ee23ddbd
child 46408 e948ad0dcbe2
--- a/tests/test-copies.t	Fri Jan 15 23:49:51 2021 +0100
+++ b/tests/test-copies.t	Fri Jan 15 23:58:41 2021 +0100
@@ -93,8 +93,8 @@
      x y
   $ hg debugp1copies -r 1
   x -> y
-Incorrectly doesn't show the rename
   $ hg debugpathcopies 0 1
+  x -> y (no-filelog !)
 
 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.
@@ -111,8 +111,8 @@
      x x2
   $ hg debugp1copies -r 1
   x -> x2
-Incorrectly doesn't show the rename
   $ hg debugpathcopies 0 1
+  x -> x2 (no-filelog !)
 
 Rename file in a loop: x->y->z->x
   $ newrepo