Show More
@@ -254,3 +254,13 b' test remove dropping empty trees (issue1' | |||||
254 | $ hg ci -m remove |
|
254 | $ hg ci -m remove | |
255 | $ ls issue1861 |
|
255 | $ ls issue1861 | |
256 | x |
|
256 | x | |
|
257 | ||||
|
258 | test that commit does not crash if the user removes a newly added file | |||
|
259 | ||||
|
260 | $ touch f1 | |||
|
261 | $ hg add f1 | |||
|
262 | $ rm f1 | |||
|
263 | $ hg ci -A -mx | |||
|
264 | removing f1 | |||
|
265 | nothing changed | |||
|
266 | [1] |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now