~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge in InterRepository api to have it available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    * New BzrDir class represents the .bzr control directory and manages
60
60
      formatting issues. (Robert Collins)
61
61
 
 
62
    * New repository.InterRepository class encapsulates Repository to 
 
63
      Repository actions and allows for clean selection of optimised code
 
64
      paths. (Robert Collins)
 
65
 
 
66
    * bzrlib.fetch.fetch and bzrlib.fetch.greedy_fetch are now deprecated,
 
67
      please use 'branch.fetch' or 'repository.fetch' depending on your
 
68
      needs. (Robert Collins)
 
69
 
62
70
  TESTING:
63
71
 
64
72
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead