Mercurial > hg-stable
changeset 33526:792d121f22ba
extensions: expand the builtins extensions declaration
This will future updates of the set cleaner and more readable.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 15 Jul 2017 14:16:54 +0200 |
parents | a543d17dce03 |
children | 6a3e83781c6e |
files | mercurial/extensions.py |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/extensions.py Sat Jul 15 20:31:52 2017 +0200 +++ b/mercurial/extensions.py Sat Jul 15 14:16:54 2017 +0200 @@ -29,8 +29,15 @@ _disabledextensions = {} _aftercallbacks = {} _order = [] -_builtin = {'hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg', - 'inotify', 'hgcia'} +_builtin = { + 'hbisect', + 'bookmarks', + 'parentrevspec', + 'progress', + 'interhg', + 'inotify', + 'hgcia' +} def extensions(ui=None): if ui: