/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/launchpad/lp_api_lite.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 19:47:19 UTC
  • mfrom: (7178 work)
  • mto: This revision was merged to the branch mainline in revision 7179.
  • Revision ID: jelmer@jelmer.uk-20181116194719-m5ut2wfuze5x9s1p
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                  # We only need the latest one, the results seem to be properly
108
108
                  # most-recent-debian-version sorted
109
109
                  'ws.size': '1',
110
 
        }
 
110
                  }
111
111
        if self._series is not None:
112
112
            params['distro_series'] = '/%s/%s' % (self._archive, self._series)
113
113
        if self._pocket is not None:
253
253
            report_func('%s is CURRENT in %s' % (latest_ver, place))
254
254
        else:
255
255
            report_func('Most recent %s version: %s\n'
256
 
                       'Packaging branch status: CURRENT'
257
 
                       % (place, latest_ver))
 
256
                        'Packaging branch status: CURRENT'
 
257
                        % (place, latest_ver))
258
258
    else:
259
259
        if verbosity in ('minimal', 'short'):
260
260
            if branch_latest_ver is None: