[PATCH 09 of 10 RFC v2] compat: add ui.color=auto to latest

David Soria Parra davidsp at fb.com
Sun Mar 12 18:40:32 EDT 2017


# HG changeset patch
# User David Soria Parra <davidsp at fb.com>
# Date 1489358241 25200
#      Sun Mar 12 15:37:21 2017 -0700
# Node ID b114907de6ce0f3d07c7be37e6570cc0a9456df6
# Parent  8d4b79f7c6012aa1595fa3fbe184bc6849e3d81c
compat: add ui.color=auto to latest

diff --git a/mercurial/compat.py b/mercurial/compat.py
--- a/mercurial/compat.py
+++ b/mercurial/compat.py
@@ -20,6 +20,9 @@
             'git': 'True',
             'showfunc': 'True',
         },
+        'ui': {
+            'color': 'auto',
+        },
     })],
 )
 


More information about the Mercurial-devel mailing list