Submitter | phabricator |
---|---|
Date | Feb. 18, 2021, 6:43 p.m. |
Message ID | <differential-rev-PHID-DREV-jmsyu2xp6qgevfi52ej4-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48334/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -952,6 +952,11 @@ ) coreconfigitem( b'experimental', + b'evolution.divergence-resolution-minimal', + default=False, +) +coreconfigitem( + b'experimental', b'log.topo', default=False, )