##// END OF EJS Templates
tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645)...
Martin von Zweigbergk -
r33618:d84da827 stable
parent child Browse files
Show More
@@ -147,6 +147,18 b' Using the advanced --extra flag'
147 oldhash=bar
147 oldhash=bar
148 sourcehash=foo
148 sourcehash=foo
149
149
150 Failed commit with --addremove should not update dirstate
151
152 $ echo foo > newfile
153 $ hg status
154 ? newfile
155 $ HGEDITOR=false hg ci --addremove
156 adding newfile
157 abort: edit failed: false exited with status 1
158 [255]
159 $ hg status
160 A newfile
161
150 Make sure we do not obscure unknown requires file entries (issue2649)
162 Make sure we do not obscure unknown requires file entries (issue2649)
151
163
152 $ echo foo >> foo
164 $ echo foo >> foo
General Comments 0
You need to be logged in to leave comments. Login now