Mercurial > public > mercurial-scm > hg-stable
diff tests/test-uncommit.t @ 45868:b4694ef45db5
errors: raise more specific errors from rewriteutil
Differential Revision: https://phab.mercurial-scm.org/D9330
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 16 Nov 2020 15:11:51 -0800 |
parents | 527ce85c2e60 |
children | 0e2becd1fe0c |
line wrap: on
line diff
--- a/tests/test-uncommit.t Tue Nov 17 19:29:08 2020 +0900 +++ b/tests/test-uncommit.t Mon Nov 16 15:11:51 2020 -0800 @@ -53,7 +53,7 @@ $ hg uncommit abort: cannot uncommit null changeset (no changeset checked out) - [255] + [10] Create some commits @@ -411,7 +411,7 @@ $ hg uncommit --config experimental.uncommitondirtywdir=True abort: cannot uncommit while merging - [255] + [20] $ hg status M a