diff contrib/chg/Makefile @ 30513:ff7df4bb75de

chgserver: make it a core module and drop extension flags It was an extension just because there were several dependency cycles I needed to address. I don't add 'chgserver' to extensions._builtin since chgserver is considered an internal extension so nobody should enable it by their config.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Oct 2016 14:30:16 +0900
parents baa073200ba2
children baee0f47b533
line wrap: on
line diff
--- a/contrib/chg/Makefile	Sat Oct 15 14:37:18 2016 +0900
+++ b/contrib/chg/Makefile	Sat Oct 15 14:30:16 2016 +0900
@@ -40,7 +40,6 @@
 	[ -d $(CHGSOCKDIR) ] || ( umask 077; mkdir $(CHGSOCKDIR) )
 	$(HG) serve --cwd / --cmdserver chgunix \
 		--address $(CHGSOCKNAME) \
-		--config extensions.chgserver= \
 		--config cmdserver.log=/dev/stderr
 
 .PHONY: clean