branch | stable |
changeset 33616 | d84da82764e3 |
parent 33606 | 806351695c6a |
child 33617 | 5ac845ca059a |
--- a/tests/test-commit.t Mon Jul 31 16:32:01 2017 -0700 +++ b/tests/test-commit.t Mon Jul 31 14:54:08 2017 -0700 @@ -147,6 +147,18 @@ oldhash=bar sourcehash=foo +Failed commit with --addremove should not update dirstate + + $ echo foo > newfile + $ hg status + ? newfile + $ HGEDITOR=false hg ci --addremove + adding newfile + abort: edit failed: false exited with status 1 + [255] + $ hg status + A newfile + Make sure we do not obscure unknown requires file entries (issue2649) $ echo foo >> foo