# HG changeset patch # User Matt Mackall # Date 2005-11-04 18:24:05 # Node ID cd8fadd8c6899583b1b5d1c399275ad2c90c4056 # Parent 11c8b81f95fe10efec591721b62ae2b5d1a473b4 Add explicit 'st' alias for status diff --git a/mercurial/commands.py b/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')),