~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-02-27 01:02:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4060.
  • Revision ID: robertc@robertcollins.net-20090227010240-35dzaxn8bah0razi
Move the fetch control attributes from Repository to RepositoryFormat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
      updated to comply with this. The code already complied with the other
88
88
      criteria, but now it is enforced. (Marius Kruger)
89
89
 
 
90
    * The ``_fetch_*`` attributes on ``Repository`` are now on
 
91
      ``RepositoryFormat``, more accurately reflecting their intent (they
 
92
      describe a disk format capability, not state of a particular
 
93
      repository of that format). (Robert Collins)
 
94
 
90
95
  INTERNALS:
91
96
 
92
97
    * Branch and Repository creation on a bzr+ssh://server are now done