diff -r 6500a2eebee8 -r cc62c9d6887a tests/test-backout.t --- a/tests/test-backout.t Tue Apr 01 15:11:19 2014 -0500 +++ b/tests/test-backout.t Tue Apr 01 17:59:06 2014 -0500 @@ -409,6 +409,22 @@ $ cd .. +backout of empty changeset (issue4190) + + $ hg init emptycommit + $ cd emptycommit + + $ touch file1 + $ hg ci -Aqm file1 + $ hg branch -q branch1 + $ hg ci -qm branch1 + $ hg backout -v 1 + resolving manifests + nothing changed + [1] + + $ cd .. + Test usage of `hg resolve` in case of conflict (issue4163)