comparison tests/test-convert-git @ 5361:8ab7de07f40e

test-convert-git: support older git client (1.4.4.4)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 04 Oct 2007 14:23:28 +0200
parents 9f35d0bcf00e
children a5a7f7fd5554
comparison
equal deleted inserted replaced
5359:645a40777fd4 5361:8ab7de07f40e
30 git add a d 30 git add a d
31 commit -a -m t1 31 commit -a -m t1
32 32
33 # Remove the directory, then try to replace it with a file 33 # Remove the directory, then try to replace it with a file
34 # (issue 754) 34 # (issue 754)
35 git rm -r d 35 git rm -f d/b
36 commit -m t2 36 commit -m t2
37 echo d > d 37 echo d > d
38 git add d 38 git add d
39 commit -m t3 39 commit -m t3
40 40