~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-02 20:45:08 UTC
  • mfrom: (5051.3.9 named-branches)
  • Revision ID: pqm@pqm.ubuntu.com-20100302204508-4j07g2h9wj49o494
(Jelmer) Add name argument to BzrDir.create_branch(),
        BzrDir.destroy_branch() and BzrDir.open_branch().

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  to be done separately.
119
119
  (Martin Pool, #507710)
120
120
 
 
121
* New method ``BzrDir.list_branches()`` that returns a sequence of branches 
 
122
  present in a control directory. (Jelmer Vernooij)
 
123
 
121
124
* Remove unused ``CommandFailed`` exception.
122
125
  (Martin Pool)
123
126
 
133
136
  now use the generic pluggable command lookup infrastructure.
134
137
  (Robert Collins)
135
138
 
 
139
* The methods ``BzrDir.create_branch()``, ``BzrDir.destroy_branch()`` and 
 
140
  ``BzrDir.open_branch()`` now take an optional ``name`` argument. 
 
141
  (Jelmer Vernooij)
 
142
 
136
143
Testing
137
144
*******
138
145