comparison setup.py @ 42767: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 85041e2b69c7
children 268662aac075
comparison
equal deleted inserted replaced
42766:e94c8f584ee2 42767:624d86262e14
1076 'mercurial.revlogutils', 1076 'mercurial.revlogutils',
1077 'mercurial.testing', 1077 'mercurial.testing',
1078 'hgext', 'hgext.convert', 'hgext.fsmonitor', 1078 'hgext', 'hgext.convert', 'hgext.fsmonitor',
1079 'hgext.fastannotate', 1079 'hgext.fastannotate',
1080 'hgext.fsmonitor.pywatchman', 1080 'hgext.fsmonitor.pywatchman',
1081 'hgext.highlight',
1081 'hgext.infinitepush', 1082 'hgext.infinitepush',
1082 'hgext.highlight',
1083 'hgext.largefiles', 'hgext.lfs', 'hgext.narrow', 1083 'hgext.largefiles', 'hgext.lfs', 'hgext.narrow',
1084 'hgext.remotefilelog', 1084 'hgext.remotefilelog',
1085 'hgext.zeroconf', 'hgext3rd', 1085 'hgext.zeroconf', 'hgext3rd',
1086 'hgdemandimport'] 1086 'hgdemandimport']
1087 if sys.version_info[0] == 2: 1087 if sys.version_info[0] == 2: