~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge up with HEAD and with test-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
development head
2
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
    * Adding a file whose parent directory is not versioned will
 
6
      implicitly add the parent, and so on up to the root. This means
 
7
      you should never need to explictly add a directory, they'll just
 
8
      get added when you add a file in the directory.  Contributed by
 
9
      Michael Ellerman.
 
10
 
 
11
 
3
12
  INTERNALS:
4
13
 
5
14
    * Refactor xml packing/unpacking.
6
15
 
 
16
 
7
17
  BUG FIXES: 
8
18
 
9
19
    * Fixed 'bzr mv' by Ollie Rutherfurd.