# HG changeset patch # User Sean Farley # Date 1458687922 25200 # Node ID c11f0992d1246286a6a0b2531ff5f31948abcf58 # Parent 62e73d42bd141a39a576a8cfd6f1ffcf06a0b2d0 setup: alphabetize hgext packages 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']