~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

- merge improved merge base selection from aaron
aaron.bentley@utoronto.ca-20050912025534-43d7275dd948e4ad

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
 
5
34
    * ``bzr shell-complete`` command contributed by Clint Adams to
6
35
      help with intelligent shell completion.
7
36
 
 
37
    * New expert command ``bzr find-merge-base`` for debugging merges.
 
38
 
 
39
 
 
40
  ENHANCEMENTS:
 
41
 
 
42
    * Much better merge support.
 
43
 
 
44
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
45
      (seven characters) which is the same as CVS and pleases things
 
46
      like emacs smerge.
 
47
 
8
48
 
9
49
  BUG FIXES:
10
50
 
11
51
    * ``bzr upgrade`` no longer fails when trying to fix trees that
12
52
      mention revisions that are not present.
13
53
 
 
54
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
55
 
 
56
    * Fix case of $EDITOR containing options for the editor.
 
57
 
 
58
    * Fix log -r refusing to show the last revision.
 
59
      (Patch from Goffredo Baroncelli.)
 
60
 
 
61
 
 
62
  CHANGES:
 
63
 
 
64
    * ``bzr log --show-ids`` shows the revision ids of all parents.
 
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
 
14
70
 
15
71
  LIBRARY:
16
72