~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-22 01:36:42 UTC
  • mfrom: (4544.2.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090722013642-hejy07x9ub06tioj
(robertc) Add interface enforcement for the behaviour of iter_changes
        with missing subtrees with explicit paths - the whole subtree
        is returned. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
* ``bzr mv`` no longer takes out branch locks, which allows it to work
39
39
  when the branch is readonly. (Robert Collins, #216541)
40
40
 
 
41
* ``bzr revert .`` no longer generates an InconsistentDelta error when
 
42
  there are missing subtrees. (Robert Collins, #367632)
 
43
 
41
44
* Fixed a NameError that occurs when merging or pulling from a URL that
42
45
  causes a redirection loop when bzr tries to read a URL as a bundle.
43
46
  (Andrew Bennetts, #400847)