diff hgext3rd/evolve/obshistory.py @ 2586:6e2d56e8f673

effectflag: activate effect flag by default Remove forcing effect-flag in test files
author Boris Feld <boris.feld@octobus.net>
date Wed, 14 Jun 2017 15:59:20 +0200
parents 3fd4b0dca16c
children 1991935fb603
line wrap: on
line diff
--- a/hgext3rd/evolve/obshistory.py	Fri Jun 02 19:08:50 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Wed Jun 14 15:59:20 2017 +0200
@@ -528,7 +528,7 @@
     meaningful data. In the future, we can introduce way for commands to
     provide precomputed effect to avoid the overhead.
     """
-    if not repo.ui.configbool('experimental', 'evolution.effect-flags', False):
+    if not repo.ui.configbool('experimental', 'evolution.effect-flags', True):
         return orig(repo, relations, flag, date, metadata, **kwargs)
     if metadata is None:
         metadata = {}