D6589: extensions: add shelve to _builtin

navaneeth.suresh (Navaneeth Suresh) phabricator at mercurial-scm.org
Sun Jun 30 07:43:54 UTC 2019


navaneeth.suresh created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This is a follow-up patch to 3de4f17f4824 <https://phab.mercurial-scm.org/rHG3de4f17f4824f3943d7269036c6eab304cd665d9>. This adds `shelve` to
  `extensions._builtin` so that the shelve extension is silently
  ignored.

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  mercurial/extensions.py

CHANGE DETAILS

diff --git a/mercurial/extensions.py b/mercurial/extensions.py
--- a/mercurial/extensions.py
+++ b/mercurial/extensions.py
@@ -43,7 +43,8 @@
     'progress',
     'interhg',
     'inotify',
-    'hgcia'
+    'hgcia',
+    'shelve'
 }
 
 def extensions(ui=None):



To: navaneeth.suresh, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list