Submitter | Sean Farley |
---|---|
Date | March 22, 2016, 11:17 p.m. |
Message ID | <c11f0992d1246286a6a0.1458688677@laptop.office.atlassian.com> |
Download | mbox | patch |
Permalink | /patch/14032/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -503,12 +503,12 @@ cmdclass = {'build': hgbuild, 'build_hgexe': buildhgexe, } 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'] osutil_ldflags = []