--- a/mercurial/commands.py Wed Jun 13 02:29:47 2012 +0200
+++ b/mercurial/commands.py Wed Jun 13 02:44:46 2012 +0200
@@ -3331,7 +3331,7 @@
('extensioncommands', _('Extension Commands'))):
if matches[t]:
rst.append('%s:\n\n' % title)
- rst.extend(minirst.maketable(matches[t], 1))
+ rst.extend(minirst.maketable(sorted(matches[t]), 1))
rst.append('\n')
elif name and name != 'shortlist':
i = None
--- a/tests/test-help.t Wed Jun 13 02:29:47 2012 +0200
+++ b/tests/test-help.t Wed Jun 13 02:44:46 2012 +0200
@@ -790,9 +790,9 @@
Commands:
- update update working directory (or switch revisions)
+ clone make a copy of an existing repository
paths show aliases for remote repositories
- clone make a copy of an existing repository
+ update update working directory (or switch revisions)
Extensions: