~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
   * Tests updates to ensure proper URL handling, UNICODE support, and
 
6
     proper printing when the user's terminal encoding cannot display 
 
7
     the path of a file that has been versioned.
 
8
     ``bzr branch`` can take a target URL rather than only a local directory.
 
9
     Branch.get_parent()/set_parent() now save a relative path if possible,
 
10
     and normalize the parent based on root, allowing access across
 
11
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
 
12
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
 
13
      #42517, #42514)
 
14
 
5
15
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
6
16
     Use terminal width for single-line logs from ``bzr log --line`` and
7
17
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
38
48
     ftp support has been improved, including support for supplying a
39
49
     non-standard port. (John Arbash Meinel).
40
50
 
41
 
   * ``log --line`` shows the revision number.  (#5162, Alexander Belchenko)
 
51
   * 'bzr log --line' shows the revision number, and uses only the
 
52
     first line of the log message (#5162, Alexander Belchenko;
 
53
     Matthieu Moy)
 
54
  
42
55
 
43
56
  BUG FIXES:
44
57