Comment 3 for bug 76239

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Oops, didn't realize .bzr.log was cumulative. Anyway, just reproduced the bug:

load plugin (None, '/home/mpt/.bazaar/plugins/pqm-submit', ('', '', 5))
registered plugin command pqm-submit
loaded succesfully
encoding stdout as sys.stdout encoding 'UTF-8'
got branch format Bazaar-NG Metadir branch format 5
ssh implementation is OpenSSH
got branch format Bazaar-NG Metadir branch format 5
** Env var TTY empty, cannot set GPG_TTY. Is TTY exported?
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 626, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 588, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 292, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/mpt/.bazaar/plugins/pqm/__init__.py", line 81, in run
  File "/home/mpt/.bazaar/plugins/pqm-submit/pqm_submit.py", line 140, in submit
    raise BzrCommandError(str(e))
BzrCommandError: please run connect() first

return code 3