##// END OF EJS Templates
test-convert-git: drop a git warning that doesn't occur on Windows...
Matt Harbison -
r26970:6d99cc89 default
parent child Browse files
Show More
@@ -533,8 +533,7 b' test missing .gitmodules'
533 $ git commit -q -m "remove .gitmodules" .gitmodules
533 $ git commit -q -m "remove .gitmodules" .gitmodules
534 $ git commit -q -m "missing .gitmodules"
534 $ git commit -q -m "missing .gitmodules"
535 $ cd ..
535 $ cd ..
536 $ hg convert git-repo6 hg-repo6 --traceback
536 $ hg convert git-repo6 hg-repo6 --traceback 2>&1 | grep -v "fatal: Path '.gitmodules' does not exist"
537 fatal: Path '.gitmodules' does not exist in '*' (glob)
538 initializing destination hg-repo6 repository
537 initializing destination hg-repo6 repository
539 scanning source...
538 scanning source...
540 sorting...
539 sorting...
General Comments 0
You need to be logged in to leave comments. Login now