setup: fix a sorting issue I noticed in package names
authorAugie Fackler <augie@google.com>
Thu, 15 Aug 2019 14:54:39 -0400
changeset 42767 624d86262e14
parent 42766 e94c8f584ee2
child 42768 5a8f2c8edff6
setup: fix a sorting issue I noticed in package names Differential Revision: https://phab.mercurial-scm.org/D6733
setup.py
--- 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',