mercurial/extensions.py
changeset 29162 5a3197cbe415
parent 28541 4b81487a01d4
child 29461 7d88fde2309f
--- a/mercurial/extensions.py	Fri May 13 03:31:07 2016 +0530
+++ b/mercurial/extensions.py	Thu May 12 01:03:19 2016 +0100
@@ -25,7 +25,7 @@
 _aftercallbacks = {}
 _order = []
 _builtin = set(['hbisect', 'bookmarks', 'parentrevspec', 'progress', 'interhg',
-                'inotify'])
+                'inotify', 'hgcia'])
 
 def extensions(ui=None):
     if ui: