Package: mercurial
Version: 0.7-6
Severity: minor
Tags: patch
Hi,
Please add st as alias for hg status.
This is also in current mercurial tip, but not backported to 0.7.
Thx
greetings,
Michael Gebetsroither
-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Versions of packages mercurial depends on:
ii libc6 2.3.5-7 GNU C Library: Shared libraries an
ii python 2.3.5-3 An interactive high-level object-o
Versions of packages mercurial recommends:
ii rcs 5.7-16 The GNU Revision Control System
ii tk8.4 [wish] 8.4.11-1 Tk toolkit for Tcl and X11, v8.4 -
-- no debconf information
--
/*The only secure computer is one that's unplugged, locked in a
safe, and buried 20 feet under the ground in a secret location...
and i'm not even too sure about that one.*/
diff -Naurp mercurial-0.7.orig/mercurial/commands.py
mercurial-0.7/mercurial/commands.py
--- mercurial-0.7.orig/mercurial/commands.py 2005-09-16 23:02:33.000000000
+0200
+++ mercurial-0.7/mercurial/commands.py 2005-11-22 00:01:56.000000000 +0100
@@ -1939,7 +1939,7 @@ table = {
('', 'style', "", 'template style'),
('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'),