~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-07 13:08:21 UTC
  • mfrom: (4222.2.12 ui-username)
  • Revision ID: pqm@pqm.ubuntu.com-20090407130821-e4wi39x60alhpnr4
(Jelmer) Add UIFactory.get_username.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  commit - this was a full-tree overhead that bzr no longer performs.
195
195
  (Robert Collins)
196
196
 
 
197
* New abstract ``UIFactory`` method ``get_username`` which will be called to 
 
198
  obtain the username to use when connecting to remote machines. 
 
199
  (Jelmer Vernooij)
 
200
 
197
201
* New API ``Inventory.filter()`` added that filters an inventory by
198
202
  a set of file-ids so that only those fileids, their parents and
199
203
  their children are included.  (Ian Clatworthy)