mercurial/color.py
changeset 33179 95c57596b380
parent 32665 98c2b44bdf9a
child 33521 de1cb83728f8
--- a/mercurial/color.py	Sat Jul 01 21:57:17 2017 +0200
+++ b/mercurial/color.py	Fri Jun 30 03:32:09 2017 +0200
@@ -208,7 +208,7 @@
     formatted = (always or (encoding.environ.get('TERM') != 'dumb'
                  and ui.formatted()))
 
-    mode = ui.config('color', 'mode', 'auto')
+    mode = ui.config('color', 'mode')
 
     # If pager is active, color.pagermode overrides color.mode.
     if getattr(ui, 'pageractive', False):