# HG changeset patch # User Pierre-Yves David # Date 2021-03-28 17:50:37 # Node ID 6dea77e195d2060ed7fd1839c7dec979782a0b3d # Parent eb2a6f66c463b5a3081cf8802ebd7d6888feb54a test: enforce master to be the default branch in test Newer git issue a message about this. Differential Revision: https://phab.mercurial-scm.org/D10281 diff --git a/tests/test-git-interop.t b/tests/test-git-interop.t --- a/tests/test-git-interop.t +++ b/tests/test-git-interop.t @@ -14,6 +14,7 @@ Setup: > git commit "$@" >/dev/null 2>/dev/null || echo "git commit error" > count=`expr $count + 1` > } + $ git config --global init.defaultBranch master $ hg version -v --config extensions.git= | grep '^[E ]'