D203: tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645)

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Aug 1 20:22:32 UTC 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd84da82764e3: tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645) (authored by martinvonz).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D203?vs=471&id=481

REVISION DETAIL
  https://phab.mercurial-scm.org/D203

AFFECTED FILES
  tests/test-commit.t

CHANGE DETAILS

diff --git a/tests/test-commit.t b/tests/test-commit.t
--- a/tests/test-commit.t
+++ b/tests/test-commit.t
@@ -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



To: martinvonz, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list