D6733: setup: fix a sorting issue I noticed in package names
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Sat Aug 17 21:05:17 UTC 2019
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
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',
To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list