comparison Makefile @ 5901:8bd3348c4150 mercurial-4.7

test-compat: merge mercurial-4.8 into mercurial-4.7
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 25 Apr 2021 13:21:56 +0800
parents a86c2682f608
children 7da0f8128d90
comparison
equal deleted inserted replaced
5833:be8f7eb3f3a0 5901:8bd3348c4150
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