mercurial/extensions.py
changeset 32291 bd872f64a8ba
parent 32181 b98ee1a808bd
child 32341 b88d879e468a
--- a/mercurial/extensions.py	Sat May 06 04:51:25 2017 +0530
+++ b/mercurial/extensions.py	Fri Feb 10 16:56:29 2017 -0800
@@ -28,8 +28,8 @@
 _disabledextensions = {}
 _aftercallbacks = {}
 _order = []
-_builtin = set(['hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg',
-                'inotify', 'hgcia'])
+_builtin = {'hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg',
+            'inotify', 'hgcia'}
 
 def extensions(ui=None):
     if ui: