diff -r 4afd2af36456 -r 41aa5dced975 tests/simplestorerepo.py --- a/tests/simplestorerepo.py Tue Sep 11 15:40:33 2018 -0700 +++ b/tests/simplestorerepo.py Fri Sep 07 15:57:55 2018 -0700 @@ -712,9 +712,9 @@ def featuresetup(ui, supported): supported.add(REQUIREMENT) -def newreporequirements(orig, repo): +def newreporequirements(orig, ui): """Modifies default requirements for new repos to use the simple store.""" - requirements = orig(repo) + requirements = orig(ui) # These requirements are only used to affect creation of the store # object. We have our own store. So we can remove them.