diff Makefile @ 6466:e8d68f9f2c75 mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 21 Mar 2023 21:13:16 -0300
parents a80ed2e4745b
children
line wrap: on
line diff
--- a/Makefile	Sat Feb 25 02:35:21 2023 +0400
+++ b/Makefile	Tue Mar 21 21:13:16 2023 -0300
@@ -25,7 +25,7 @@
 
 .PHONY: install-home
 install-home:
-	$(PYTHON) setup.py install --home="$(HOME)" --prefix="" --force
+	$(PYTHON) setup.py install --home="$(HOME)" --prefix="" --force --old-and-unmanageable --single-version-externally-managed
 
 .PHONY: doc
 doc: