From patchwork Sat Aug 17 21:05:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6733: setup: fix a sorting issue I noticed in package names From: phabricator X-Patchwork-Id: 41343 Message-Id: <6bc66a3229926f1cfc1669adb55c4fc8@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sat, 17 Aug 2019 21:05:17 +0000 Closed by commit rHGf299555785c5: setup: fix a sorting issue I noticed in package names (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6733?vs=16227&id=16256 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6733/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6733 AFFECTED FILES setup.py CHANGE DETAILS To: durin42, #hg-reviewers, pulkit Cc: mercurial-devel diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -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',