diff Makefile @ 6471:cbadbed5068e mercurial-5.1

test-compat: merge mercurial-5.2 into mercurial-5.1
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 21 Mar 2023 23:07:04 -0300
parents a80ed2e4745b
children
line wrap: on
line diff
--- a/Makefile	Sat Feb 25 18:45:02 2023 +0400
+++ b/Makefile	Tue Mar 21 23:07:04 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: