~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-01 12:34:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050901123434-47f5353abbeae0d6
- typo fixes from kfish

- point the tutorial to the web site where it's now maintained

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
development head
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
 
 
12
 
  INTERNALS:
13
 
 
14
 
    * Refactor xml packing/unpacking.
15
 
 
16
 
 
17
 
  BUG FIXES: 
18
 
 
19
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
20
 
 
21
 
    * Fixed strange error when trying to access a nonexistent http
22
 
      branch.
23
 
 
24
 
 
25
 
  PORTABILITY:
26
 
 
27
 
    * Various Windows fixes from Ollie Rutherfurd.
28
 
 
29
 
 
30
 
bzr-0.0.7 2005-09-02
 
1
bzr development head
31
2
 
32
3
  NEW FEATURES:
33
4
 
55
26
 
56
27
    * Fix case of $EDITOR containing options for the editor.
57
28
 
58
 
    * Fix log -r refusing to show the last revision.
59
 
      (Patch from Goffredo Baroncelli.)
60
 
 
61
29
 
62
30
  CHANGES:
63
31
 
64
32
    * ``bzr log --show-ids`` shows the revision ids of all parents.
65
33
 
66
 
    * Externally provided commands on your $BZRPATH no longer need
67
 
      to recognize --bzr-usage to work properly, and can just handle
68
 
      --help themselves.
69
 
 
70
34
 
71
35
  LIBRARY:
72
36