tests/test-addremove.t
changeset 23259 9f4778027bc2
parent 16912 6ef3107c661e
child 23427 3778884197f0
--- a/tests/test-addremove.t	Mon Nov 10 14:51:18 2014 -0800
+++ b/tests/test-addremove.t	Sat Nov 08 23:13:39 2014 -0800
@@ -18,7 +18,11 @@
   dir/bar_2
   foo_2
   committed changeset 1:e65414bf35c5
-  $ cd ../..
+  $ cd ..
+  $ hg forget foo
+  $ hg -v addremove
+  adding foo
+  $ cd ..
 
   $ hg init sim
   $ cd sim
@@ -45,4 +49,9 @@
   adding d
   recording removal of a as rename to b (100% similar)
   $ hg commit -mb
+  $ cp b c
+  $ hg forget b
+  $ hg addremove -s 50
+  adding b
+  adding c
   $ cd ..