tests/test-uncommit-interactive.t
branchmercurial-4.9
changeset 4566 1e31e225942c
parent 4502 84512556e148
child 4552 0eb80259f9cb
child 4670 d0d8c0e2f3fc
--- a/tests/test-uncommit-interactive.t	Mon Apr 22 22:14:26 2019 -0700
+++ b/tests/test-uncommit-interactive.t	Tue Apr 23 14:18:05 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