~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-30 05:06:05 UTC
  • mfrom: (3592.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080730050605-5hhtw13vhgailydn
Give a more specific error when target branch unreachable (James
        Westby)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    * ``bzr check`` can now be told which elements at a location it should
24
24
      check.  (Daniel Watkins)
25
25
 
 
26
    * Give a more specific error when target branch is not reachable.
 
27
      (James Westby)
 
28
 
26
29
    * Implemented a custom ``walkdirs_utf8`` implementation for win32.
27
30
      This uses a pyrex extension to get direct access to the
28
31
      ``FindFirstFileW`` style apis, rather than using ``listdir`` +