~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-09 01:20:42 UTC
  • mfrom: (5766.1.4 can-have-wrong-parents)
  • Revision ID: pqm@pqm.ubuntu.com-20110409012042-1c0hnd2ryglf85y3
(jelmer) Move revision_graph_can_have_wrong_parents from Repository to
 RepositoryFormat. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
* New method ``Hooks.uninstall_named_hook``. (Jelmer Vernooij, #301472)
99
99
 
 
100
* ``revision_graph_can_have_wrong_parents`` is now an attribute
 
101
  on ``RepositoryFormat`` rather than a method on ``Repository``.
 
102
  (Jelmer Vernooij)
 
103
 
100
104
* The ``revno`` parameter of ``log.LogRevision`` may now be None,
101
105
  representing a revision which is not in the current branch.
102
106
  (Matt Giuca, #241998)