Submitter | Boris Feld |
---|---|
Date | Jan. 18, 2019, 3:26 p.m. |
Message ID | <452fc7c6bf18316b98d5.1547825165@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37873/ |
State | Accepted |
Headers | show |
Comments
On Fri, 18 Jan 2019 16:26:05 +0100, Boris Feld wrote: > # HG changeset patch > # User Boris Feld <boris.feld@octobus.net> > # Date 1547823746 -3600 > # Fri Jan 18 16:02:26 2019 +0100 > # Node ID 452fc7c6bf18316b98d50789aef6fd744d04b47f > # Parent 593f6359681dd59d5fbea690a203e09da10d7d4a > # EXP-Topic mmap > # Available At https://bitbucket.org/octobus/mercurial-devel/ > # hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 452fc7c6bf18 > mmap: backed out changeset 74a9f428227e Queued for stable, thanks.
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -988,7 +988,7 @@ coreconfigitem('push', 'pushvars.server' default=False, ) coreconfigitem('storage', 'mmap-threshold', - default='1MB', + default=None, alias=[('experimental', 'mmapindexthreshold')], ) coreconfigitem('rewrite', 'backup-bundle',