tests/test-uncommit-interactive.t
branchmercurial-4.9
changeset 5160 7f856606d5a9
parent 4781 5ad6d92f125c
parent 5159 e5fe3ca5e6ad
child 5365 f7b4b6698e91
--- a/tests/test-uncommit-interactive.t	Fri Feb 28 23:18:48 2020 +0700
+++ b/tests/test-uncommit-interactive.t	Fri Feb 28 23:23:02 2020 +0700
@@ -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