tests/test-uncommit-interactive.t
branchstable
changeset 4502 84512556e148
parent 4499 90f94231db5d
child 4552 0eb80259f9cb
child 4670 d0d8c0e2f3fc
--- a/tests/test-uncommit-interactive.t	Wed Apr 10 23:19:29 2019 +0530
+++ b/tests/test-uncommit-interactive.t	Thu Apr 11 21:09:31 2019 +0200
@@ -780,9 +780,12 @@
 
   $ hg uncommit -i a << DONE
   > y
+  > y
   > DONE
   diff --git a/a b/a
   1 hunks, 1 lines changed
+  examine changes to 'a'? [Ynesfdaq?] y
+  
   @@ -9,3 +9,4 @@
    4
    5
@@ -843,10 +846,13 @@
 
   $ hg uncommit -i a << DONE
   > y
+  > y
   > n
   > DONE
   diff --git a/a b/a
   2 hunks, 2 lines changed
+  examine changes to 'a'? [Ynesfdaq?] y
+  
   @@ -1,3 +1,4 @@
   +-3
    -2