##// END OF EJS Templates
tests: fix new git protocol policy in convert-git.t...
pacien -
r50485:2b658c6a stable
parent child Browse files
Show More
@@ -2,6 +2,7 b''
2
2
3 $ git config -f $HOME/.gitconfig init.defaultBranch master
3 $ git config -f $HOME/.gitconfig init.defaultBranch master
4 $ git config -f $HOME/.gitconfig core.autocrlf false
4 $ git config -f $HOME/.gitconfig core.autocrlf false
5 $ git config -f $HOME/.gitconfig protocol.file.allow always
5 $ echo "[extensions]" >> $HGRCPATH
6 $ echo "[extensions]" >> $HGRCPATH
6 $ echo "convert=" >> $HGRCPATH
7 $ echo "convert=" >> $HGRCPATH
7 $ cat >> $HGRCPATH <<EOF
8 $ cat >> $HGRCPATH <<EOF
General Comments 0
You need to be logged in to leave comments. Login now