Show More
@@ -29,8 +29,15 b' from . import (' | |||
|
29 | 29 | _disabledextensions = {} |
|
30 | 30 | _aftercallbacks = {} |
|
31 | 31 | _order = [] |
|
32 | _builtin = {'hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg', | |
|
33 | 'inotify', 'hgcia'} | |
|
32 | _builtin = { | |
|
33 | 'hbisect', | |
|
34 | 'bookmarks', | |
|
35 | 'parentrevspec', | |
|
36 | 'progress', | |
|
37 | 'interhg', | |
|
38 | 'inotify', | |
|
39 | 'hgcia' | |
|
40 | } | |
|
34 | 41 | |
|
35 | 42 | def extensions(ui=None): |
|
36 | 43 | if ui: |
General Comments 0
You need to be logged in to leave comments.
Login now