comparison mercurial/configitems.py @ 46165:41d695a08e90

bundle: optional advisory obsolescence parts It is useful to ship obsolescence markers as part of clonebundles or pullbundles, but they shouldn't stop a non-evolution client from working. Differential Revision: https://phab.mercurial-scm.org/D8480
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 24 Apr 2020 16:36:04 +0200
parents 4d5e2fd53707
children 0babe12ef35d
comparison
equal deleted inserted replaced
46164:a27aa754d6ba 46165:41d695a08e90
898 b'evolution.bundle-obsmarker', 898 b'evolution.bundle-obsmarker',
899 default=False, 899 default=False,
900 ) 900 )
901 coreconfigitem( 901 coreconfigitem(
902 b'experimental', 902 b'experimental',
903 b'evolution.bundle-obsmarker:mandatory',
904 default=True,
905 )
906 coreconfigitem(
907 b'experimental',
903 b'log.topo', 908 b'log.topo',
904 default=False, 909 default=False,
905 ) 910 )
906 coreconfigitem( 911 coreconfigitem(
907 b'experimental', 912 b'experimental',