tests/test-mv-cp-st-diff.t
changeset 42212 7bb2f358a13b
parent 42211 20fce2742399
child 42222 57203e0210f8
--- a/tests/test-mv-cp-st-diff.t	Sat Apr 27 22:57:15 2019 -0700
+++ b/tests/test-mv-cp-st-diff.t	Sat Apr 27 23:14:49 2019 -0700
@@ -1685,4 +1685,16 @@
     f
   R f
 
+Check that merging across the rename works
+
+  $ echo modified >> renamed
+BROKEN: This should propagate the change to 'f'
+  $ hg co -m 4
+  file 'renamed' was deleted in other [destination] but was modified in local [working copy].
+  What do you want to do?
+  use (c)hanged version, (d)elete, or leave (u)nresolved? u
+  1 files updated, 0 files merged, 0 files removed, 1 files unresolved
+  use 'hg resolve' to retry unresolved file merges
+  [1]
+
   $ cd ..