diff tests/test-uncommit-interactive.t @ 4670:d0d8c0e2f3fc mercurial-4.9

test-compat: merge stable into mercurial-4.9
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 05 Jun 2019 17:38:32 +0200
parents 84512556e148 30a544904238
children 79bc0f1a832e 5ad6d92f125c
line wrap: on
line diff
--- 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