tests/test-import.t
changeset 35186 aef2b98d9352
parent 34964 7ebf850d3166
parent 35167 9fb2b0b41bec
child 35393 4441705b7111
--- a/tests/test-import.t	Thu Nov 16 03:52:42 2017 +0100
+++ b/tests/test-import.t	Fri Dec 01 15:21:05 2017 -0600
@@ -972,6 +972,7 @@
   adding b
   recording removal of a as rename to b (88% similar)
   applied to working directory
+  $ echo 'mod b' > b
   $ hg st -C
   A b
     a
@@ -979,6 +980,8 @@
   $ hg revert -a
   undeleting a
   forgetting b
+  $ cat b
+  mod b
   $ rm b
   $ hg import --no-commit -v -s 100 ../rename.diff -p2
   applying ../rename.diff