tests/test-uncommit-interactive.t
branchmercurial-4.9
changeset 4670 d0d8c0e2f3fc
parent 4502 84512556e148
parent 4613 30a544904238
child 4675 79bc0f1a832e
child 4781 5ad6d92f125c
--- a/tests/test-uncommit-interactive.t	Wed Jun 05 19:45:35 2019 +0200
+++ b/tests/test-uncommit-interactive.t	Wed Jun 05 17:38:32 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