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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to