diff tests/test-uncommit-interactive.t @ 4781:5ad6d92f125c mercurial-4.9

test-compat: merge mercurial-5.0 into mercurial-4.9
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 29 Jul 2019 14:43:10 +0200
parents d0d8c0e2f3fc ff452675566c
children 7f856606d5a9
line wrap: on
line diff
--- a/tests/test-uncommit-interactive.t	Mon Jul 29 14:42:57 2019 +0200
+++ b/tests/test-uncommit-interactive.t	Mon Jul 29 14:43:10 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