D3966: configitems: restore alias for format.aggressivemergedeltas

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Jul 19 14:13:21 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe90130af47ce: configitems: restore alias for format.aggressivemergedeltas (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3966?vs=9635&id=9637

REVISION DETAIL
  https://phab.mercurial-scm.org/D3966

AFFECTED FILES
  mercurial/configitems.py

CHANGE DETAILS

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -929,7 +929,7 @@
 )
 coreconfigitem('revlog', 'optimize-delta-parent-choice',
     default=True,
-    # formely an experimental option: format.aggressivemergedeltas
+    alias=[('format', 'aggressivemergedeltas')],
 )
 coreconfigitem('server', 'bookmarks-pushkey-compat',
     default=True,



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list