##// END OF EJS Templates
extensions: add shelve to _builtin...
Navaneeth Suresh -
r42750:6a3872e3 default
parent child Browse files
Show More
@@ -43,7 +43,8 b' from .utils import ('
43 43 'progress',
44 44 'interhg',
45 45 'inotify',
46 'hgcia'
46 'hgcia',
47 'shelve',
47 48 }
48 49
49 50 def extensions(ui=None):
General Comments 0
You need to be logged in to leave comments. Login now