t9300 (fast-import): another test for the "replace root" feature
commit971728c853f8fcdfcecd768c74010965c383c431
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 18 Oct 2010 01:44:04 +0000 (17 20:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Oct 2010 05:55:15 +0000 (19 22:55 -0700)
tree5dacff43171172c8808b326376fd178789cce616
parent3421578393a5983db6fa76a203c9dee95c74801d
t9300 (fast-import): another test for the "replace root" feature

Another test for the replace root feature.  One can imagine an
implementation for which R "some/subdir" "" would free some state
associated to the subdir and leave fast-import confused.

Luckily, git's is not such an implementation.

While at it, change the previous test to use C "some/subdir" ""
instead of R (i.e., test both syntaxes).

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9300-fast-import.sh