mercurial/extensions.py
changeset 33526 792d121f22ba
parent 33327 68b7ceda99d7
child 33527 6a3e83781c6e
--- 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: