mercurial/dispatch.py
changeset 45953 d896c958e428
parent 45952 a2104b9b1787
child 45954 a120d1c9c704
--- a/mercurial/dispatch.py	Fri Nov 27 15:39:27 2020 -0500
+++ b/mercurial/dispatch.py	Fri Nov 27 15:45:37 2020 -0500
@@ -1312,7 +1312,7 @@
         + (_(b"** Mercurial Distributed SCM (version %s)\n") % util.version())
         + (
             _(b"** Extensions loaded: %s\n")
-            % b", ".join([x[0] for x in extensions.extensions()])
+            % b", ".join([x[0] for x in sorted(extensions.extensions())])
         )
     )
     return warning