D1123: histedit: remove the nonexistant config 'histeditng'

singhsrb (Saurabh Singh) phabricator at mercurial-scm.org
Mon Oct 16 21:47:07 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG85596338f122: histedit: remove the nonexistant config 'histeditng' (authored by singhsrb, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1123?vs=2837&id=2868

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

AFFECTED FILES
  hgext/histedit.py

CHANGE DETAILS

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -220,9 +220,6 @@
 configitem('experimental', 'histedit.autoverb',
     default=False,
 )
-configitem('experimental', 'histeditng',
-    default=False,
-)
 configitem('histedit', 'defaultrev',
     default=configitems.dynamicdefault,
 )



To: singhsrb, durin42, #hg-reviewers, quark
Cc: mercurial-devel


More information about the Mercurial-devel mailing list