comparison tests/test-remove.t @ 16904:9d0f988364bd

test-remove-new: integrate into test-remove.t
author Adrian Buehlmann <adrian@cadifra.com>
date Sun, 10 Jun 2012 18:28:42 +0200
parents 9910f60a37ee
children f2719b387380
comparison
equal deleted inserted replaced
16903:a1a57d3fe0eb 16904:9d0f988364bd
252 $ hg rm issue1861/b 252 $ hg rm issue1861/b
253 removing issue1861/b/c/y (glob) 253 removing issue1861/b/c/y (glob)
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]