~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-05 05:31:31 UTC
  • mfrom: (2781.1.2 cpatiencediff)
  • Revision ID: pqm@pqm.ubuntu.com-20070905053131-66z87azjvi32lcwu
(lukas) cpatiencediff

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
     migrating from Subversion: ``bzr status -SV`` is now like
163
163
     ``svn status -q``.  (Daniel Watkins, #115990)
164
164
 
 
165
   * Added C implementation of  ``PatienceSequenceMatcher``, which is about
 
166
     10x faster than the Python version. This speeds up commands that
 
167
     need file diffing, such as ``bzr commit`` or ``bzr diff``.
 
168
     (Lukáš Lalinský)
 
169
 
165
170
  API BREAKS:
166
171
 
167
172
   * ``Branch.append_revision`` is removed altogether; please use