tests/test-uncommit.t
changeset 5236 6c0797ec50b6
parent 5230 39d282fd04e0
--- a/tests/test-uncommit.t	Wed Dec 04 21:06:39 2019 +0530
+++ b/tests/test-uncommit.t	Mon Dec 23 01:03:45 2019 +0530
@@ -15,7 +15,7 @@
 Cannot uncommit null changeset
 
   $ hg uncommit
-  abort: cannot uncommit the null revision
+  abort: cannot 'uncommit' the null revision
   (no changeset checked out)
   [255]
 
@@ -25,7 +25,7 @@
   $ hg ci -Am adda a
   $ hg phase --public .
   $ hg uncommit
-  abort: cannot uncommit public changesets: 07f494440405
+  abort: cannot 'uncommit' public changesets: 07f494440405
   (see 'hg help phases' for details)
   [255]
   $ hg phase --force --draft .