~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-10-18 15:28:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6226.
  • Revision ID: jelmer@samba.org-20111018152832-tbakonkap90w9al5
Add parent_ids argument to BranchBuilder.build_commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  which format implementations can use whether or not they can access
93
93
  a control dir over a particular transport. (Jelmer Vernooij)
94
94
 
 
95
* ``BranchBuilder.build_commit`` now takes a ``parent_ids`` argument.
 
96
  (Jelmer Vernooij)
 
97
 
95
98
Testing
96
99
*******
97
100