~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-15 03:20:52 UTC
  • mfrom: (4007.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090215032052-9749wepsy6dgnq9l
(Jelmer) Use Repository.get_revision_delta() in 'bzr missing -v'
        rather than doing the delta locally. (#315048)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    * ``bzr unshelve`` gives a more palatable error if passed a non-integer
29
29
      shelf id. (Daniel Watkins)
30
30
 
 
31
    * ``bzr missing`` now uses ``Repository.get_revision_delta()`` rather
 
32
      than fetching trees and determining a delta itself. (Jelmer
 
33
      Vernooij, #315048)
 
34
 
31
35
  DOCUMENTATION:
32
36
 
33
37
    * The documentation for ``shelve`` and ``unshelve`` has been clarified.