~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] bzr.dev 1836

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.
68
73
   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
69
74
     (Michael Ellerman)
70
75
 
 
76
   * 'bzr revert DIRECTORY' now reverts the contents of the directory as well.
 
77
     (Aaron Bentley)
 
78
 
71
79
  BUG FIXES:
72
80
 
73
81
    * Fix shadowed definition of TestLocationConfig that caused some 
80
88
    * 'bzr push location' will only remember the push location if it succeeds
81
89
      in connecting to the remote location. (#49742, John Arbash Meinel)
82
90
 
 
91
    * 'bzr revert' no longer toggles the executable bit on win32
 
92
      (#45010, John Arbash Meinel)
 
93
 
 
94
    * Handle broken pipe under win32 correctly. (John Arbash Meinel)
 
95
    
 
96
    * sftp tests now work correctly on win32 if you have a newer paramiko
 
97
      (John Arbash Meinel)
 
98
 
 
99
    * Cleanup win32 test suite, and general cleanup of places where
 
100
      file handles were being held open. (John Arbash Meinel)
 
101
 
83
102
  INTERNALS:
84
103
 
85
104
    * Combine the ignore rules into a single regex rather than looping over