qrun failed to start if some command has no help
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
High
|
Unassigned | ||
bzr-pipeline |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In Explorer, when I hit the All button, it go boom. OS X 10.6.4, Bazaar 2.2b3, PyQt4.7.3
The stack is:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/Library/
ret_code = self._qbzr_
File "/Library/
execute=
File "/Library/
self.
File "/Library/
for n in names)
File "/Library/
for n in names)
File "/Library/
return _get_cmd_
File "/Library/
cmd = hook(cmd, cmd_name)
File "/Library/
return plugin_
File "/Library/
raise ValueError("No help message set for %r" % self)
ValueError: No help message set for <bzrlib.
bzr 2.2b3 on python 2.6.1 (darwin)
arguments: ['/usr/
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.utf-8'
plugins:
bash_completion /Library/
bzrtools /Library/
colo /Library/
email /Library/
explorer /Library/
extmerge /Library/
fastimport /Library/
keychain /Library/
launchpad /Library/
loom /Library/
netrc_
news_merge /Library/
pipeline /Library/
qbzr /Library/
rewrite /Library/
svn /Library/
upload /Library/
xmloutput /Library/
It's the bug n QBzr plugin but due pipeline plugin. As you can see `store` command from pipleine plugin has no help. Maybe there is newer version of pipeline plugin with that help added?