diff mercurial/commands.py @ 1507:cd8fadd8c689

Add explicit 'st' alias for status
author Matt Mackall <mpm@selenic.com>
date Fri, 04 Nov 2005 10:24:05 -0800
parents 11c8b81f95fe
children 53ad6ee6ede4 b582dbc16165
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Nov 04 10:22:03 2005 -0800
+++ b/mercurial/commands.py	Fri Nov 04 10:24:05 2005 -0800
@@ -2319,7 +2319,7 @@
           ('', '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')),