[Updated] D10281: test: enforce master to be the default branch in test
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Mar 29 19:51:09 UTC 2021
Closed by commit rHG6dea77e195d2: test: enforce master to be the default branch in test (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10281?vs=26613&id=26624
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10281/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10281
AFFECTED FILES
tests/test-git-interop.t
CHANGE DETAILS
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 @@
> 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 ]'
To: marmoute, durin42, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210329/5094c1b2/attachment-0002.html>
More information about the Mercurial-patches
mailing list