Comment 1 for bug 396261

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 396261] [NEW] Doesn't know about non-command help topics

 status confirmed
 importance critical

If you want to fix it, I suggest querying for topics and if the command
being looked up is a topic just bail out with None early. This is
happening because the 'command' help topic just asks for the command.
Doing what I suggest here will mean that 'bzr hidden-commands' will
return no such command and not suggest one - which I think is fine.

-Rob