Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Dec 17 09:35:07 2020 -0800 +++ b/mercurial/configitems.py Fri Apr 24 16:36:04 2020 +0200 @@ -900,6 +900,11 @@ ) coreconfigitem( b'experimental', + b'evolution.bundle-obsmarker:mandatory', + default=True, +) +coreconfigitem( + b'experimental', b'log.topo', default=False, )