[PATCH] verbose help (show plugin providing a cmd and hidden cmds)
Robert Widhopf-Fenk
hack at robf.de
Fri Jun 9 05:04:37 BST 2006
On Thursday, June 8, 2006 at 12:34:59, Alexander Belchenko wrote:
> Robert Widhopf-Fenk :
> >
> > === modified file 'bzrlib/builtins.py'
> > --- bzrlib/builtins.py 2006-06-06 18:03:45 +0000
> > +++ bzrlib/builtins.py 2006-06-07 21:44:33 +0000
> > @@ -2217,17 +2217,29 @@
> > class cmd_help(Command):
> > """Show help on a command or other topic.
> >
> ...
> > takes_args = ['topic?']
> > - aliases = ['?', '--help', '-?', '-h']
> > + aliases = ['--help', '-?', '-h']
> >
>
> Are you sure that this change is right? You remove from aliases '?'.
> I don't think that it has matters for your patch.
Now looking closer at it I realize it was not the removal of
a duplicate of "?" ... must have been to late that day I
created the patch.
Robert
More information about the bazaar
mailing list