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

Robert Widhopf-Fenk hack at robf.de
Mon Jun 19 22:05:58 BST 2006


On Monday, June 19, 2006 at 09:32:53, Michael Ellerman wrote:
[...]
> Updated version ('cause my mpe branch has another commit on it now):
> http://michael.ellerman.id.au/bzr/branches/show-plugin/

Due to a merge conflict I glimpsed a unused variable or do i
misunderstand scoping?

Cheers Robert

-------------- next part --------------
=== modified file 'bzrlib/help.py'
--- bzrlib/help.py	2006-06-18 23:19:23 +0000
+++ bzrlib/help.py	2006-06-19 21:03:11 +0000
@@ -171,7 +171,6 @@
             continue
         print >>outfile, command_usage(cmd_object)
 
-        plugin_name = cmd_object.plugin_name()
         print_command_plugin(cmd_object, outfile, '        %s\n')
 
         cmd_help = cmd_object.help()



More information about the bazaar mailing list