~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-09-12 13:48:32 UTC
  • mfrom: (1185.3.4)
  • mto: (1185.1.16)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: abentley@panoramicfeedback.com-20050912134832-c23db11dc63170b6
Merged from mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development head
 
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
2
31
 
3
32
  NEW FEATURES:
4
33
 
26
55
 
27
56
    * Fix case of $EDITOR containing options for the editor.
28
57
 
 
58
    * Fix log -r refusing to show the last revision.
 
59
      (Patch from Goffredo Baroncelli.)
 
60
 
29
61
 
30
62
  CHANGES:
31
63
 
32
64
    * ``bzr log --show-ids`` shows the revision ids of all parents.
33
65
 
 
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
 
34
70
 
35
71
  LIBRARY:
36
72