diff tests/test-mq.t @ 42506:1474f5d84662

strip: use bailifchanged() instead of reimplementing it This also means that we get the standard error messages (see changed test cases). Differential Revision: https://phab.mercurial-scm.org/D6535
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 17 Jun 2019 10:19:41 -0700
parents 251332dbf33d
children 527ce85c2e60
line wrap: on
line diff
--- a/tests/test-mq.t	Mon Jun 17 10:40:24 2019 -0700
+++ b/tests/test-mq.t	Mon Jun 17 10:19:41 2019 -0700
@@ -811,7 +811,7 @@
   $ echo y>y
   $ hg add y
   $ hg strip tip
-  abort: local changes found
+  abort: uncommitted changes
   [255]
 
 --force strip with local changes