[issue362] aliases section in help output is wrong
Daiju Ktio
mercurial-bugs at selenic.com
Wed Sep 6 17:23:16 UTC 2006
New submission from Daiju Ktio <daiju.kito at gmail.com>:
hg update -h shows aliases of 'up, checkout, co'.
hg co -h shows the same 'up, checkout, co'.
So the simplest solution is the attatched patch. It just
outputs all related aliases; 'update, up, checkout, co'.
Second solution will be to change the output accordingly.
This will involve change in help_() in commands.py to
take another argument like orig_cmd so i can delete it from
aliases[].
Need input on this.
----------
files: helptext-aliases-fix.patch
messages: 1873
nosy: dk
priority: feature
status: chatting
title: aliases section in help output is wrong
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue362>
____________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: helptext-aliases-fix.patch
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20060906/041e2244/attachment-0001.ksh>
More information about the Mercurial
mailing list