~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-29 08:04:29 UTC
  • mfrom: (4775.1.3 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20091029080429-lyew1dt9mf17vuje
(mbp) remove 'the the' typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
641
641
* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
642
642
  (Robert Collins, #305006)
643
643
 
644
 
* Commit of specific files no longer prevents using the the iter_changes
 
644
* Commit of specific files no longer prevents using the iter_changes
645
645
  codepath. On 2a repositories, commit of specific files should now be as
646
646
  fast, or slightly faster, than a full commit. (Robert Collins)
647
647
 
1410
1410
************
1411
1411
 
1412
1412
* A new repository format ``2a`` has been added.  This is a beta release
1413
 
  of the the brisbane-core (aka group-compress) project.  This format now
 
1413
  of the brisbane-core (aka group-compress) project.  This format now
1414
1414
  suitable for wider testing by advanced users willing to deal with some
1415
1415
  bugs.  We would appreciate test reports, either positive or negative.
1416
1416
  Format 2a is substantially smaller and faster for many operations on
2139
2139
 
2140
2140
* Added ``bzrlib.inventory_delta`` module.  This will be used for
2141
2141
  serializing and deserializing inventory deltas for more efficient
2142
 
  streaming on the the network.  (Robert Collins, Andrew Bennetts)
 
2142
  streaming on the network.  (Robert Collins, Andrew Bennetts)
2143
2143
 
2144
2144
* ``Branch._get_config`` has been added, which splits out access to the
2145
2145
  specific config file from the branch. This is used to let RemoteBranch
4863
4863
  exception. (Andrew Bennetts)
4864
4864
 
4865
4865
* New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting
4866
 
  options for debugging tests, these are complementary to the the -D
 
4866
  options for debugging tests, these are complementary to the -D
4867
4867
  options.  The ``-Dselftest_debug`` global option has been replaced by the
4868
4868
  ``-E=allow_debug`` option for selftest. (Andrew Bennetts)
4869
4869