~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-28 07:23:48 UTC
  • mfrom: (3015.4.21 check-cli)
  • Revision ID: pqm@pqm.ubuntu.com-20080728072348-iu8k0mg3zq36v1nd
Add --tree/--branch/--repo options to 'bzr check'.  (Daniel Watkins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
  IMPROVEMENTS:
22
22
 
 
23
    * ``bzr check`` can now be told which elements at a location it should
 
24
      check.  (Daniel Watkins)
 
25
 
23
26
    * Implemented a custom ``walkdirs_utf8`` implementation for win32.
24
27
      This uses a pyrex extension to get direct access to the
25
28
      ``FindFirstFileW`` style apis, rather than using ``listdir`` +