# HG changeset patch # User Bryan O'Sullivan # Date 2012-11-13 17:56:09 # Node ID 9796d5437e72746d3cc4da601deb52b6a3c9c2e8 # Parent 65a46635fb3167f374f0b187e0b432945e8e9b10 makefile: don't use system hgrc when running hg in-place This suppresses the printing of spurious error messages if a global hgrc refers to extensions that the in-place hg can't access. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: build doc local: $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo - $(PYTHON) hg version + env HGRCPATH= $(PYTHON) hg version build: $(PYTHON) setup.py $(PURE) build