changeset 42521:64a873ca7135

tests: show bug in update introduced in 87a34c767384 As reported by Martin at https://phab.mercurial-scm.org/D6475. Differential Revision: https://phab.mercurial-scm.org/D6580
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Thu, 27 Jun 2019 11:09:09 +0200
parents 898b36f74f75
children d29db0a0c4eb
files tests/test-simple-update.t
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-simple-update.t	Wed Jun 26 05:20:02 2019 -0700
+++ b/tests/test-simple-update.t	Thu Jun 27 11:09:09 2019 +0200
@@ -109,6 +109,25 @@
   $ hg update -v | grep 100
   getting 100
   100 files updated, 0 files merged, 0 files removed, 0 files unresolved
+  $ hg status
+  M 100
+  M 11
+  M 2
+  M 21
+  M 3
+  M 4
+  M 41
+  M 5
+  M 51
+  M 54
+  M 6
+  M 61
+  M 7
+  M 71
+  M 8
+  M 81
+  M 9
+  M 91
 
   $ cd ..