Mercurial > hg
changeset 28609:c11f0992d124
setup: alphabetize hgext packages
author | Sean Farley <sean@farley.io> |
---|---|
date | Tue, 22 Mar 2016 16:05:22 -0700 |
parents | 62e73d42bd14 |
children | 3aa50c9d89a0 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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']