diff -r 62e73d42bd14 -r c11f0992d124 setup.py --- a/setup.py Thu Mar 17 21:03:22 2016 +0000 +++ b/setup.py Tue Mar 22 16:05:22 2016 -0700 @@ -505,8 +505,8 @@ packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient', 'mercurial.pure', - 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf', - 'hgext.largefiles', 'hgext3rd'] + 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.largefiles', + 'hgext.zeroconf', 'hgext3rd'] common_depends = ['mercurial/util.h']