~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
      points to C:\Documents and Settings\User Name\Application Data), HOME.
20
20
      (John Arbash Meinel)
21
21
 
 
22
    * Plugins with the same name in different directories in the bzr plugin
 
23
      path are no longer loaded: only the first successfully loaded one is
 
24
      used. (Robert Collins)
 
25
 
22
26
    * Use systems' external ssh command to open connections if possible.  
23
27
      This gives better integration with user settings such as ProxyCommand.
24
28
      (James Henstridge)
76
80
      a connection will be reused, rather than requiring multiple password
77
81
      requests.
78
82
 
 
83
    * bzr revno now takes an optional argument indicating the branch whose
 
84
      revno should be printed.  (Michael Ellerman)
 
85
 
 
86
    * bzr cat defaults to printing the last version of the file.  
 
87
      (#3632, Matthieu Moy)
 
88
 
 
89
    * New global option 'bzr --lsprof COMMAND' runs bzr under the lsprof 
 
90
      profiler.  (Denys Duchier)
 
91
 
 
92
    * Faster commits by reading only the headers of affected weave files. 
 
93
      (Denys Duchier)
 
94
 
 
95
    * New --dry-run option for add.  (Michael Ellerman)
 
96
 
79
97
  BUG FIXES:
80
98
 
81
99
    * SFTP can walk up to the root path without index errors. (Robert Collins)
150
168
    * Much better error message if one of the test suites can't be 
151
169
      imported.  (Martin Pool)
152
170
 
 
171
    * Tests can now run TestSkipped if they can't execute for any reason.
 
172
      (Martin Pool)
 
173
 
153
174
  INTERNALS:
154
175
 
155
176
    * WorkingTree.pull has been split across Branch and WorkingTree,
200
221
 
201
222
    * Rename selftests to `bzrlib.tests.test_foo`.  (John A Meinel, Martin 
202
223
      Pool)
 
224
 
 
225
    * bzrlib.plugin.all_plugins has been changed from an attribute to a 
 
226
      query method. (Robert Collins)
 
227
 
 
228
    * New options to read only the table-of-contents of a weave.  
 
229
      (Denys Duchier)
203
230
   
204
231
bzr 0.6 2005-10-28
205
232