##// END OF EJS Templates
test: enforce master to be the default branch in test...
marmoute -
r47596:6dea77e1 default
parent child Browse files
Show More
@@ -14,6 +14,7 b' Setup:'
14 > git commit "$@" >/dev/null 2>/dev/null || echo "git commit error"
14 > git commit "$@" >/dev/null 2>/dev/null || echo "git commit error"
15 > count=`expr $count + 1`
15 > count=`expr $count + 1`
16 > }
16 > }
17 $ git config --global init.defaultBranch master
17
18
18
19
19 $ hg version -v --config extensions.git= | grep '^[E ]'
20 $ hg version -v --config extensions.git= | grep '^[E ]'
General Comments 0
You need to be logged in to leave comments. Login now