~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-20 03:06:20 UTC
  • mfrom: (1185.16.80)
  • Revision ID: robertc@robertcollins.net-20051020030620-3fa3160be265c585
mergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    * 'bzr pull' now accepts '--clobber' which will discard local changes
34
34
      and make this branch identical to the source branch. (Robert Collins)
35
35
 
 
36
    * New sftp transport, based on Paramiko.  (Robey Pointer)
 
37
 
36
38
  TESTING:
37
39
 
38
40
    * The 'bzr selftest --pattern' option for has been removed, now 
129
131
      to apis like 'put', 'get' and 'has'. This is to provide consistent
130
132
      behaviour - it operates on url's only. (Robert Collins)
131
133
 
 
134
    * Transports can register using register_lazy_transport, and they 
 
135
      will be loaded when first used.  (Martin Pool)
 
136
 
132
137
  BUG FIXES:
133
138
 
134
139
    * Better handling of branches in directories with non-ascii names.