comparison Makefile @ 5902:3641f0a2d1cc mercurial-4.6

test-compat: merge mercurial-4.7 into mercurial-4.6
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 25 Apr 2021 13:24:36 +0800
parents a86c2682f608
children 7da0f8128d90
comparison
equal deleted inserted replaced
5834:c2484b0217ee 5902:3641f0a2d1cc
1 PYTHON ?= python 1 PYTHON ?= python3
2 VERSION = $(shell python setup.py --version) 2 VERSION = $(shell python setup.py --version)
3 TESTFLAGS ?= $(shell echo $$HGTESTFLAGS) 3 TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)
4 HGTESTS = $(HGROOT)/tests 4 HGTESTS = $(HGROOT)/tests
5 5
6 .PHONY: help 6 .PHONY: help