~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to apport/source_bzr.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-29 22:03:03 UTC
  • mfrom: (5416.2.6 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100929220303-cr95h8iwtggco721
(mbp) Add 'break-lock --force'

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
 
34
34
def add_info(report):
35
 
 
36
 
    _add_log_tail()
 
35
    _add_log_tail(report)
37
36
    if 'BzrPlugins' not in report:
38
37
        # may already be present in-process
39
38
        report['BzrPlugins'] = command_output(['bzr', 'plugins', '-v'])