~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-08-28 21:24:49 UTC
  • mto: (3650.5.4 push)
  • mto: This revision was merged to the branch mainline in revision 3661.
  • Revision ID: aaron@aaronbentley.com-20080828212449-myg1t02s4zrlnj5l
Make cloning_metadir handle stacking requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    * The deprecated ``Branch.abspath`` and unimplemented 
68
68
      ``Branch.rename_one`` and ``Branch.move`` were removed. (Jelmer Vernooij)
69
69
 
 
70
    * BzrDir.cloning_metadir implementations must now take a require_stacking
 
71
      parameter.  (Aaron Bentley)
 
72
 
70
73
  TESTING:
71
74
 
72
75
    * ``addCleanup`` now takes ``*arguments`` and ``**keyword_arguments``