revset: add a ui argument to 'modsetup'
This is a gratuitous change for consistency with the function that use it.
PYTHON=pythonifeq ($(HGROOT),)$(errorHGROOTisnotsettotherootofthehgsourcetree)endifTESTFLAGS?=$(shellecho$$HGTESTFLAGS)HGTESTS=$(HGROOT)/testshelp:@echo'Commonly used make targets:'@echo' tests - run all tests in the automatic test suite'@echo' all-version-tests - run all tests against many hg versions'@echo' tests-%s - run all tests in the specified hg version'all:helptests:cdtests&&$(PYTHON)$(HGTESTS)/run-tests.py$(TESTFLAGS)test-%:cdtests&&$(PYTHON)$(HGTESTS)/run-tests.py$(TESTFLAGS)$@tests-%:hg-R$(HGROOT)checkout$$(echo$@|seds/tests-//)&&\(cd$(HGROOT);$(MAKE)clean)&&\cdtests&&$(PYTHON)$(HGTESTS)/run-tests.py$(TESTFLAGS)all-version-tests:tests-3.7 tests-@.PHONY:testsall-version-tests