~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2008-07-23 08:12:59 UTC
  • mto: (4171.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4173.
  • Revision ID: ian.clatworthy@canonical.com-20080723081259-4xoysrk6kqdx2z22
add --filters option to cat command

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
  IMPROVEMENTS:
21
21
 
 
22
    * ``bzr cat`` now supports a ``--filters`` option to display the
 
23
      content after content filters are applied.
 
24
      (Ian Clatworthy)
 
25
 
22
26
    * Implemented a custom ``walkdirs_utf8`` implementation for win32.
23
27
      This uses a pyrex extension to get direct access to the
24
28
      ``FindFirstFileW`` style apis, rather than using ``listdir`` +