mercurial/extensions.py
changeset 42547 6a3872e34503
parent 42335 38b7b45627a2
child 43076 2372284d9457
--- a/mercurial/extensions.py	Sun Jun 30 15:10:56 2019 +0900
+++ b/mercurial/extensions.py	Sun Jun 30 13:04:26 2019 +0530
@@ -43,7 +43,8 @@
     'progress',
     'interhg',
     'inotify',
-    'hgcia'
+    'hgcia',
+    'shelve',
 }
 
 def extensions(ui=None):