comparison mercurial/configitems.py @ 35710:5cd60b0587a8

evolution: make reporting of new unstable changesets optional This makes it possible to turn off the reporting of unstable changesets (e.g. "1 new orphan changesets"), just in case it's too slow for some users. Anyone who's been using the evolve extension has already been accepting the cost of the reporting, so this is just for the few users who have turned on obsmarkers but not been using the evolve extension (as I believe Facebook has). Differential Revision: https://phab.mercurial-scm.org/D1868
author Martin von Zweigbergk <martinvonz@google.com>
date Sun, 14 Jan 2018 00:02:40 -0800
parents 0c4b23ccf1a5
children 45b678bf3a78
comparison
equal deleted inserted replaced
35709:1a09dad8b85a 35710:5cd60b0587a8
485 default=None, 485 default=None,
486 ) 486 )
487 coreconfigitem('experimental', 'evolution.bundle-obsmarker', 487 coreconfigitem('experimental', 'evolution.bundle-obsmarker',
488 default=False, 488 default=False,
489 ) 489 )
490 coreconfigitem('experimental', 'evolution.report-instabilities',
491 default=True,
492 )
490 coreconfigitem('experimental', 'evolution.track-operation', 493 coreconfigitem('experimental', 'evolution.track-operation',
491 default=True, 494 default=True,
492 ) 495 )
493 coreconfigitem('experimental', 'worddiff', 496 coreconfigitem('experimental', 'worddiff',
494 default=False, 497 default=False,