Skip to content
Snippets Groups Projects
Commit 6a062695 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

compat: re-enable git subrepositories disabled in 4.4.1

Git subrepository are disabled by default in in 4.4.1. We re-enabled them for
the tests to prevent multiple failures.
parent b6cdf7be
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
echo 'shelve = --date "0 0"\n' >> $HGRCPATH
echo 'tag = -d "0 0"\n' >> $HGRCPATH
# Enable git subrepository for hg >= 4.4.1
echo '[subrepos]' >> $HGRCPATH
echo 'git:allowed = yes' >> $HGRCPATH
# Standard checks for external dependencies
# We use the git command-line client and dulwich in pretty much all the tests.
# Thus, to avoid repetitively declaring that requirement in almost every test,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment