D6589: extensions: add shelve to _builtin

navaneeth.suresh (Navaneeth Suresh) phabricator at mercurial-scm.org
Sun Jun 30 06:57:06 EDT 2019


Closed by commit rHG6a3872e34503: extensions: add shelve to _builtin (authored by navaneeth.suresh).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D6589?vs=15720&id=15721#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6589?vs=15720&id=15721

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6589/new/

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