~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-11 03:35:23 UTC
  • mfrom: (3825.3.2 branchbuilder)
  • Revision ID: pqm@pqm.ubuntu.com-20081111033523-xbz2o8weoyl4d0l7
(mbp) fix up branchbuilder doctests

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  DOCUMENTATION:
31
31
 
32
32
  API CHANGES:
 
33
 
33
34
    * Transport implementations must provide copy_tree_to_transport.  A default
34
35
      implementation is provided for Transport subclasses.
35
36
 
36
37
  TESTING:
37
38
 
 
39
    * ``bzr selftest`` now fails if no doctests are found in a module
 
40
      that's expected to have them.  (Martin Pool)
 
41
 
38
42
  INTERNALS:
39
43
 
40
44