##// END OF EJS Templates
extensions: expand the builtins extensions declaration...
Boris Feld -
r33526:792d121f default
parent child Browse files
Show More
@@ -29,8 +29,15 b' from . import ('
29 _disabledextensions = {}
29 _disabledextensions = {}
30 _aftercallbacks = {}
30 _aftercallbacks = {}
31 _order = []
31 _order = []
32 _builtin = {'hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg',
32 _builtin = {
33 'inotify', 'hgcia'}
33 'hbisect',
34 'bookmarks',
35 'parentrevspec',
36 'progress',
37 'interhg',
38 'inotify',
39 'hgcia'
40 }
34
41
35 def extensions(ui=None):
42 def extensions(ui=None):
36 if ui:
43 if ui:
General Comments 0
You need to be logged in to leave comments. Login now