~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-22 15:16:28 UTC
  • mfrom: (3951.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090122151628-iw1va4nlci8v2afw
Branch methods for fast revno <=> revision_id mapping (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
      compile buffers, are such an example).
63
63
      (Vincent Ladeuil)
64
64
 
 
65
    * New ``Branch.dotted_revno_to_revision_id()`` and
 
66
      ``Branch.revision_id_to_dotted_revno()`` APIs that pick the most
 
67
      efficient way of doing the mapping.
 
68
      (Ian Clatworthy)
 
69
 
65
70
    * ``TreeDelta.show()`` now accepts a ``filter`` parameter allowing log
66
71
      formatters to retrict the output.
67
72
      (Vincent Ladeuil)