~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    * New BzrDir class represents the .bzr control directory and manages
69
69
      formatting issues. (Robert Collins)
70
70
 
 
71
    * New repository.InterRepository class encapsulates Repository to 
 
72
      Repository actions and allows for clean selection of optimised code
 
73
      paths. (Robert Collins)
 
74
 
 
75
    * bzrlib.fetch.fetch and bzrlib.fetch.greedy_fetch are now deprecated,
 
76
      please use 'branch.fetch' or 'repository.fetch' depending on your
 
77
      needs. (Robert Collins)
 
78
 
71
79
  TESTING:
72
80
 
73
81
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead