~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-15 13:00:55 UTC
  • mfrom: (5973.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110615130055-anv7vid86fsmrj17
Bug #795557,
        allow exporting a subdir when also exporting the timestamps.
        (Szilveszter Farkas)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
* Fix a race condition for ``server_started`` hooks leading to a spurious
63
63
  test failure. (Vincent Ladeuil, #789167)
64
64
 
 
65
* Fix exporting subdirectory with ``--per-file-timestamps``.
 
66
  (Szilveszter Farkas, #795557)
 
67
 
65
68
* Handle files that get created but don't get used during TreeTransform.
66
69
  ``open()`` can create a file, and still raise an exception before it
67
70
  returns. So anything we might have created, make sure we destroy during