diff contrib/chg/Makefile @ 28327:3ab370f84a23

chg: drop progress.assume-tty config It was necessary to go through progress.uisetup() to set up the progressui wrapper. Since the progress extension has got into the core, progress.assume-tty is no longer necessary.
author Jun Wu <quark@fb.com>
date Mon, 29 Feb 2016 11:43:25 +0000
parents 1000ccf804a6
children baa073200ba2
line wrap: on
line diff
--- a/contrib/chg/Makefile	Wed Mar 02 10:10:06 2016 +0000
+++ b/contrib/chg/Makefile	Mon Feb 29 11:43:25 2016 +0000
@@ -38,7 +38,6 @@
 	$(HG) serve --cwd / --cmdserver chgunix \
 		--address $(CHGSOCKNAME) \
 		--config extensions.chgserver= \
-		--config progress.assume-tty=1 \
 		--config cmdserver.log=/dev/stderr
 
 .PHONY: clean