~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-20 04:27:28 UTC
  • mfrom: (4165.1.2 subunit)
  • Revision ID: pqm@pqm.ubuntu.com-20090320042728-fx1fhqsjmd2svpr3
(robertc) Add subunit reporting into the core test suite facilities.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
* Removed ``InterRemoteToOther``, ``InterOtherToRemote`` and
149
149
  ``InterPackToRemotePack`` classes, as they are now unnecessary.
150
150
  (Andrew Bennetts)
151
 
  
 
151
 
 
152
* ``bzr selftest`` now accepts ``--subunit`` to run in subunit output
 
153
  mode. Requires ``lp:subunit`` installed to work, but is not a hard
 
154
  dependency. (Robert Collins)
 
155
 
152
156
* ``_walk_to_common_revisions`` will now batch up at least 50
153
157
  revisions before calling ``get_parent_map`` on the target,
154
158
  regardless of ``InterRepository``.