Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
t
/
t9103-git-svn-graft-branches.sh
diff --git
a/t/t9103-git-svn-graft-branches.sh
b/t/t9103-git-svn-graft-branches.sh
index 4e55778a47e8423383562a6b45288ff62649318a..183ae3b1c2f0511810c18418c109a2e1412fa8a8 100755
(executable)
--- a/
t/t9103-git-svn-graft-branches.sh
+++ b/
t/t9103-git-svn-graft-branches.sh
@@
-16,6
+16,7
@@
test_expect_success 'initialize repo' "
svn co $svnrepo wc &&
cd wc &&
echo feedme >> branches/a/readme &&
+ poke branches/a/readme &&
svn commit -m hungry &&
cd trunk &&
svn merge -r3:4 $svnrepo/branches/a &&