~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-05 08:35:39 UTC
  • mfrom: (5521.1.2 670851-directory-and-files)
  • Revision ID: pqm@pqm.ubuntu.com-20101105083539-urkk2to9qakthagn
(vila) Respect --directory when path parameters are also used for shelve and
 restore (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  normal file, rather than throwing ``AttributeError: children`` during
54
54
  smart_add. (Martin [gz], #251864)
55
55
 
 
56
* Correctly handle the ``--directory`` option for all code paths of
 
57
  ``resolve`` and ``shelve``, this was previously ignored when paths were
 
58
  provided as parameters. When both are provided, ``--directory`` becomes
 
59
  the base directory for the other paths. (Vincent Ladeuil, #670851)
 
60
 
56
61
* Correctly set the Content-Type  header when http POSTing to comply
57
62
  with stricter web frameworks. (Vincent Ladeuil, #655100)
58
63