~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-18 09:05:13 UTC
  • mfrom: (4505.6.30 lp-login-oauth-2)
  • Revision ID: pqm@pqm.ubuntu.com-20091218090513-kzwkjw7rdf7bahqi
(jml) Add an lp-mirror command to request that Launchpad mirror a
        branch now. Add an API for interacting with launchpadlib using Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  lengths. 
121
121
  (Vincent Ladeuil)
122
122
 
 
123
* The new command ``bzr lp-mirror`` will request that Launchpad update its
 
124
  mirror of a local branch. This command will only function if launchpadlib
 
125
  is installed.
 
126
  (Jonathan Lange)
 
127
 
 
128
 
123
129
Bug Fixes
124
130
*********
125
131
 
223
229
 
224
230
* ``bzrlib.textui`` (vestigial module) removed.  (Martin Pool)
225
231
 
 
232
* The Launchpad plugin now has a function ``login`` which will log in to
 
233
  Launchpad with launchpadlib, and ``load_branch`` which will return the
 
234
  Launchpad Branch object corresponding to a given Bazaar Branch object.
 
235
  (Jonathan Lange)
 
236
 
226
237
Internals
227
238
*********
228
239