diff --git a/tests/test-uncommit.t b/tests/test-uncommit.t --- a/tests/test-uncommit.t +++ b/tests/test-uncommit.t @@ -354,6 +354,10 @@ abort: outstanding uncommitted merge [255] + $ hg uncommit --config experimental.uncommitondirtywdir=True + abort: cannot uncommit while merging + [255] + $ hg status M a $ hg commit -m 'merge a and b'