~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

- fix _find_remote_branch to avoid strange error for nonexistent branch

  It used to keep recursing up until the url was invalid, giving an
  IDNA error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
    * Refactor xml packing/unpacking.
6
6
 
 
7
  BUG FIXES: 
 
8
 
 
9
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
10
 
 
11
    * Fixed strange error when trying to access a nonexistent http
 
12
      branch.
 
13
 
 
14
 
 
15
  PORTABILITY:
 
16
 
 
17
    * Various Windows fixes from Ollie Rutherfurd.
 
18
 
7
19
 
8
20
bzr-0.0.7 2005-09-02
9
21