hotfix: enable git subrepos in hg-git tests

Summary: Thanks to latests security update we now have to explicitly whitelist those

Test Plan: rt

Reviewers: #mercurial, ikostia

Reviewed By: ikostia

Differential Revision: https://phabricator.intern.facebook.com/D6271329

Signature: 6271329:1510141105:f7a17d9d6917ad81156a3ebc3817c3d963574d50
(grafted from c4a35e343572c4a3973d15d286d7543a209f5fea)
This commit is contained in:
Mateusz Kwapich 2017-11-08 05:09:00 -08:00
parent 097bd9e710
commit 5db69c3f21

View File

@ -16,9 +16,9 @@ echo 'commit = -d "0 0"' >> $HGRCPATH
echo 'shelve = --date "0 0"\n' >> $HGRCPATH
echo 'tag = -d "0 0"\n' >> $HGRCPATH
# Enable git subrepository for hg >= 4.4.1
# enable git subrepos
echo '[subrepos]' >> $HGRCPATH
echo 'git:allowed = yes' >> $HGRCPATH
echo 'git:allowed = true' >> $HGRCPATH
# Standard checks for external dependencies
# We use the git command-line client and dulwich in pretty much all the tests.