Add explicit 'st' alias for status
authorMatt Mackall <mpm@selenic.com>
Fri, 04 Nov 2005 10:24:05 -0800
changeset 1507 cd8fadd8c689
parent 1506 11c8b81f95fe
child 1508 b254243b7159
child 1583 32a4e6802864
Add explicit 'st' alias for status
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2319,7 +2319,7 @@ table = {
           ('', 'style', "", _('template style to use')),
           ('6', 'ipv6', None, _('use IPv6 in addition to IPv4'))],
          _("hg serve [OPTION]...")),
-    "^status":
+    "^status|st":
         (status,
          [('m', 'modified', None, _('show only modified files')),
           ('a', 'added', None, _('show only added files')),