[Updated] D10242: tests: resort to fix test with newer git versions
joerg.sonnenberger (Joerg Sonnenberger)
phabricator at mercurial-scm.org
Fri Mar 19 22:59:50 UTC 2021
Closed by commit rHG38f55ef058fb: tests: resort to fix test with newer git versions (authored by joerg.sonnenberger).
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/D10242?vs=26523&id=26524
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10242/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10242
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
@@ -28,9 +28,9 @@
$ hg status
abort: repository specified git format in .hg/requires but has no .git directory
[255]
+ $ git config --global init.defaultBranch master
$ git init
Initialized empty Git repository in $TESTTMP/nogit/.git/
- $ git config --global init.defaultBranch master
This status invocation shows some hg gunk because we didn't use
`hg init --git`, which fixes up .git/info/exclude for us.
$ hg status
To: joerg.sonnenberger, durin42, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210319/707651c2/attachment-0002.html>
More information about the Mercurial-patches
mailing list