~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-24 04:49:40 UTC
  • mfrom: (3956.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090124044940-7j90kl1qq22la0rx
Branch.iter_merge_sorted_revisions API (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
      compile buffers, are such an example).
88
88
      (Vincent Ladeuil)
89
89
 
 
90
    * New API ``Branch.iter_merge_sorted_revisions()`` that iterates over
 
91
      ``(revision_id, depth, revno, end_of_merge)`` tuples.
 
92
      (Ian Clatworthy)
 
93
 
90
94
    * New ``Branch.dotted_revno_to_revision_id()`` and
91
95
      ``Branch.revision_id_to_dotted_revno()`` APIs that pick the most
92
96
      efficient way of doing the mapping.