##// END OF EJS Templates
test-convert-git: support older git client (1.4.4.4)
Thomas Arendsen Hein -
r5369:8ab7de07 default
parent child Browse files
Show More
@@ -32,7 +32,7 b' commit -a -m t1'
32 32
33 33 # Remove the directory, then try to replace it with a file
34 34 # (issue 754)
35 git rm -r d
35 git rm -f d/b
36 36 commit -m t2
37 37 echo d > d
38 38 git add d
General Comments 0
You need to be logged in to leave comments. Login now