tests/test-fold.t
changeset 5236 6c0797ec50b6
parent 5234 ea3f9e171b9a
--- a/tests/test-fold.t	Wed Dec 04 21:06:39 2019 +0530
+++ b/tests/test-fold.t	Mon Dec 23 01:03:45 2019 +0530
@@ -52,7 +52,7 @@
 Test various error case
 
   $ hg fold --exact null::
-  abort: cannot fold the null revision
+  abort: cannot 'fold' the null revision
   (no changeset checked out)
   [255]
   $ hg fold
@@ -86,7 +86,7 @@
   [255]
   $ hg phase --public 0
   $ hg fold --from -r 0
-  abort: cannot fold public changesets: 1ea73414a91b
+  abort: cannot 'fold' public changesets: 1ea73414a91b
   (see 'hg help phases' for details)
   [255]