~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge the get_file_text cleanup.

There were a few tests that fail because the filtered content ends up
coming back as the empty string, rather than actually coming back with
content. Obviously, we want content :).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* ``bzr config`` properly handles aliases and references in the
36
36
  ``--directory`` parameter (Vincent Ladeuil, Wouter van Heyst, #947049)
37
37
 
 
38
* Lightweight checkouts of remote repositories had a bug with how they
 
39
  extracted texts from the repository. (Just an ordering constraint on how
 
40
  they consumed the stream.) (John Arbash Meinel, #1046284)
 
41
 
38
42
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
39
43
 
40
44
Documentation