##// 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 'progress',
43 'progress',
44 'interhg',
44 'interhg',
45 'inotify',
45 'inotify',
46 'hgcia'
46 'hgcia',
47 'shelve',
47 }
48 }
48
49
49 def extensions(ui=None):
50 def extensions(ui=None):
General Comments 0
You need to be logged in to leave comments. Login now