##// END OF EJS Templates
setup: fix a sorting issue I noticed in package names...
Augie Fackler -
r43012:f2995557 default draft
parent child Browse files
Show More
@@ -1078,8 +1078,8 b" packages = ['mercurial',"
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',
General Comments 0
You need to be logged in to leave comments. Login now