~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-09-04 09:10:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2798.
  • Revision ID: mbp@sourcefrog.net-20070904091035-d11e7tfk55hy0a2z
merge cpatiencediff from Lukas

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
   * New option ``-c``/``--change`` for ``diff`` and ``status`` to show
111
111
     changes in one revision.  (Lukáš Lalinský)
112
112
 
 
113
   * If versioned files match a given ignore pattern, a warning is now
 
114
     given. (Daniel Watkins, #48623)
 
115
 
 
116
   * ``bzr status`` now has -S as a short name for --short and -V as a
 
117
     short name for --versioned. These have been added to assist users
 
118
     migrating from Subversion: ``bzr status -SV`` is now like
 
119
     ``svn status -q``.  (Daniel Watkins, #115990)
 
120
 
 
121
   * Added C implementation of  ``PatienceSequenceMatcher``, which is about
 
122
     10x faster than the Python version. This speeds up commands that
 
123
     need file diffing, such as ``bzr commit`` or ``bzr diff``.
 
124
     (Lukáš Lalinský)
 
125
 
113
126
  API BREAKS:
114
127
 
115
128
   * ``Branch.append_revision`` is removed altogether; please use