/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

Allow for BranchBuilder.build_snapshot to accept parent_ids = [], rather than ['null:'].

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
.. Major internal changes, unlikely to be visible to users or plugin 
72
72
   developers, but interesting for bzr developers.
73
73
 
74
 
* ``BranchBuilder.build_snapshot`` now accepts parent_ids == ['null:'].
 
74
* ``BranchBuilder.build_snapshot`` now accepts parent_ids == [].
75
75
  This can be used to create a new root in the graph. (Gary van der Merwe)
76
76
 
77
77
Testing