Submitter | Boris Feld |
---|---|
Date | Oct. 16, 2017, 4:53 p.m. |
Message ID | <3db230155faa26b3abcf.1508172807@FB> |
Download | mbox | patch |
Permalink | /patch/25009/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -346,6 +346,9 @@ coreconfigitem('experimental', 'nonnormalparanoidcheck', default=False, ) +coreconfigitem('experimental', 'effect-flags', + default=False, +) coreconfigitem('experimental', 'stabilization', default=list, alias=[('experimental', 'evolution')], diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -1049,8 +1049,7 @@ # Effect flag metadata handling saveeffectflag = repo.ui.configbool('experimental', - 'effect-flags', - False) + 'effect-flags') tr = repo.transaction('add-obsolescence-marker') try: