author | Sean Farley <sean@farley.io> |
Tue, 22 Mar 2016 16:05:22 -0700 | |
changeset 28609 | c11f0992d124 |
parent 28608 | 62e73d42bd14 |
child 28610 | 3aa50c9d89a0 |
--- 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']