Mercurial > public > mercurial-scm > hg-stable
diff mercurial/extensions.py @ 29162:5a3197cbe415
hgcia: remove hgcia (BC)
As discussed at:
https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-March/081018.html,
cia service is down for years. It also uses socket.setdefaulttimeout() which
will break chg. This patch removes the extension.
author | Jun Wu <quark@fb.com> |
---|---|
date | Thu, 12 May 2016 01:03:19 +0100 |
parents | 4b81487a01d4 |
children | 7d88fde2309f |
line wrap: on
line diff
--- 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: