#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
Reporter: olemis | Owner: olemis
Type: defect | Status: accepted
Priority: major | Milestone: Release 8
Component: multiproduct | Version: 0.8.0dev
Resolution: | Keywords: admin
---------------------------+-----------------------
Comment (by olemis):
This patch will fix this issue
{{{#!diff
diff -r 7c71bd9e5fe5 bloodhound_multiproduct/multiproduct/product_admin.py
--- a/bloodhound_multiproduct/multiproduct/product_admin.py Wed Feb 12
23:17:59 2014 +0000
+++ b/bloodhound_multiproduct/multiproduct/product_admin.py Thu Feb 13
15:56:19 2014 -0500
@@ -302,7 +302,7 @@
mgr = self.product_admincmd_mgr(args[0])
return mgr.complete_command(args[1:])
- GLOBAL_COMMANDS = ('deploy', 'help', 'hotcopy', 'initenv', 'upgrade')
+ GLOBAL_COMMANDS = ('deploy', 'hotcopy', 'initenv', 'upgrade')
def _do_product_admin(self, prefix, *args):
mgr = self.product_admincmd_mgr(prefix)
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/757#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker