[PATCH] verbose help (show plugin providing a cmd and hidden cmds)

Alexander Belchenko bialix at ukr.net
Thu Jun 8 10:34:59 BST 2006


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.

What main developers say about this?

--
Alexander





More information about the bazaar mailing list