~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
   * No default ignore rules are applied by bzr - only the rules in .bzrignore
 
6
     are considered. This fixes bugs with default rules being enforced no
 
7
     matter what. The old list of ignore rules from bzr is available by
 
8
     running 'bzr ignore --old-default-rules'.
 
9
 
5
10
   * Tests updates to ensure proper URL handling, UNICODE support, and
6
11
     proper printing when the user's terminal encoding cannot display 
7
12
     the path of a file that has been versioned.
64
69
   * 'branches.conf' has been changed to 'locations.conf', since it can apply
65
70
     to more locations than just branch locations.
66
71
     (Aaron Bentley)
 
72
   
 
73
   * 'bzr whoami' can now be used to set your identity from the command line,
 
74
     for a branch or globally.  (Robey Pointer)
67
75
 
68
76
   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
69
77
     (Michael Ellerman)
91
99
    * sftp tests now work correctly on win32 if you have a newer paramiko
92
100
      (John Arbash Meinel)
93
101
 
 
102
    * Cleanup win32 test suite, and general cleanup of places where
 
103
      file handles were being held open. (John Arbash Meinel)
 
104
 
94
105
  INTERNALS:
95
106
 
96
107
    * Combine the ignore rules into a single regex rather than looping over