tests/test-copies-in-changeset.t
changeset 42300 278dcb24e535
parent 42291 a13b30555ffb
child 42406 f385ba70e4af
--- a/tests/test-copies-in-changeset.t	Mon May 13 14:19:36 2019 -0400
+++ b/tests/test-copies-in-changeset.t	Tue Apr 23 13:29:13 2019 -0700
@@ -103,6 +103,7 @@
   $ hg changesetcopies
   files: j
   p1copies: j\x00a (esc)
+  p2copies: 
   $ hg debugdata j 0
   \x01 (esc)
   copy: a
@@ -115,6 +116,14 @@
   a -> j
   $ hg showcopies --config experimental.copies.read-from=filelog-only
   a -> j
+The entries should be written to extras even if they're empty (so the client
+won't have to fall back to reading from filelogs)
+  $ echo x >> j
+  $ hg ci -m 'modify j' --config experimental.copies.write-to=compatibility
+  $ hg changesetcopies
+  files: j
+  p1copies: 
+  p2copies: 
 
 Test writing only to filelog