D1123: histedit: remove the nonexistant config 'histeditng'

singhsrb (Saurabh Singh) phabricator at mercurial-scm.org
Mon Oct 16 19:26:06 UTC 2017


singhsrb created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  https://phab.mercurial-scm.org/D942 removed the experimental config 'histeditng'. This is a leftover
  which should have been removed in that commit. Therefore, this commit completes
  the cleanup.

TEST PLAN
  Ran all the tests.

REPOSITORY
  rHG Mercurial

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
Cc: mercurial-devel


More information about the Mercurial-devel mailing list