~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-02 15:28:44 UTC
  • mfrom: (3650.5.9 push)
  • Revision ID: pqm@pqm.ubuntu.com-20080902152844-dext0kmx4m0u5szy
Clean up push, allowing default stacking policies (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  IMPROVEMENTS:
25
25
 
26
 
    * ``bzr branch`` uses the default stacking policy if the branch format
27
 
      supports it. (Aaron Bentley)
 
26
    * ``bzr branch`` and ``bzr push`` use the default stacking policy if the
 
27
      branch format supports it. (Aaron Bentley)
28
28
 
29
29
    * ``bzr init`` and ``bzr init-repo`` will now print out the same as
30
30
      ``bzr info`` if it completed successfully.
85
85
    * The deprecated ``Branch.abspath`` and unimplemented 
86
86
      ``Branch.rename_one`` and ``Branch.move`` were removed. (Jelmer Vernooij)
87
87
 
 
88
    * BzrDir.clone_on_transport implementations must now accept a stacked_on
 
89
      parameter.  (Aaron Bentley)
 
90
 
88
91
    * BzrDir.cloning_metadir implementations must now take a require_stacking
89
92
      parameter.  (Aaron Bentley)
90
93