diff -r a1cf66165e69 -r 6c0797ec50b6 tests/test-uncommit.t --- 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 .