Mercurial > hg
view tests/test-remove-new.t @ 16099:4e4c416a0b1f
convert/bzr: ignore nested repos when listing branches (issue3254)
Reported by A.S. Budden <abudden@gmail.com>
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Wed, 08 Feb 2012 17:45:10 +0100 |
parents | 92e30e135581 |
children |
line wrap: on
line source
test that 'hg commit' does not crash if the user removes a newly added file $ hg init $ echo This is file a1 > a $ hg add a $ hg commit -m "commit #0" $ touch b $ hg add b $ rm b $ hg commit -A -m"comment #1" removing b nothing changed [1]