~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-10 18:03:54 UTC
  • mfrom: (4913.4.4 get-known-graph-ancestry)
  • Revision ID: pqm@pqm.ubuntu.com-20100410180354-4dft6p3nf7fvg50f
(Jelmer) Add Repository.get_known_graph_ancestry().

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
* New method ``BzrDir.list_branches()`` that returns a sequence of branches 
288
288
  present in a control directory. (Jelmer Vernooij)
289
289
 
 
290
* New method ``Repository.get_known_graph_ancestry()``. 
 
291
  (Jelmer Vernooij, #495502)
 
292
 
290
293
* New transport methods ``readlink``, ``symlink`` and ``hardlink``.
291
294
  (Neil Santos)
292
295