Mercurial > hg-stable
changeset 42783:624d86262e14
setup: fix a sorting issue I noticed in package names
Differential Revision: https://phab.mercurial-scm.org/D6733
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 15 Aug 2019 14:54:39 -0400 |
parents | e94c8f584ee2 |
children | 5a8f2c8edff6 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sat Aug 17 10:25:04 2019 +0900 +++ b/setup.py Thu Aug 15 14:54:39 2019 -0400 @@ -1078,8 +1078,8 @@ 'hgext', 'hgext.convert', 'hgext.fsmonitor', 'hgext.fastannotate', 'hgext.fsmonitor.pywatchman', + 'hgext.highlight', 'hgext.infinitepush', - 'hgext.highlight', 'hgext.largefiles', 'hgext.lfs', 'hgext.narrow', 'hgext.remotefilelog', 'hgext.zeroconf', 'hgext3rd',