~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-16 06:21:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050916062156-cacf627b0d2edb22
- enable and disable more ancestry tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development head
 
1
development head
 
2
 
 
3
  INTERNALS:
 
4
 
 
5
    * Refactor xml packing/unpacking.
 
6
 
 
7
    * Improved 'fetch' code for pulling revisions from one branch into
 
8
      another (used by pull, merged, etc.)
 
9
 
 
10
 
 
11
  CHANGES:
 
12
 
 
13
    * New tree format based on weave files, called version 5.
 
14
 
 
15
 
 
16
  API:
 
17
 
 
18
    * New method-object style interface for Commit() and Fetch().
 
19
 
 
20
    * Renamed Branch.last_patch() to Branch.last_revision(), since
 
21
      we call them revisions not patches.
 
22
  
 
23
 
 
24
 
 
25
bzr-0.0.7 2005-09-02
2
26
 
3
27
  NEW FEATURES:
4
28
 
5
29
    * ``bzr shell-complete`` command contributed by Clint Adams to
6
30
      help with intelligent shell completion.
7
31
 
 
32
    * New expert command ``bzr find-merge-base`` for debugging merges.
 
33
 
 
34
 
 
35
  ENHANCEMENTS:
 
36
 
 
37
    * Much better merge support.
 
38
 
 
39
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
40
      (seven characters) which is the same as CVS and pleases things
 
41
      like emacs smerge.
 
42
 
8
43
 
9
44
  BUG FIXES:
10
45
 
11
46
    * ``bzr upgrade`` no longer fails when trying to fix trees that
12
47
      mention revisions that are not present.
13
48
 
 
49
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
50
 
 
51
    * Fix case of $EDITOR containing options for the editor.
 
52
 
 
53
    * Fix log -r refusing to show the last revision.
 
54
      (Patch from Goffredo Baroncelli.)
 
55
 
 
56
 
 
57
  CHANGES:
 
58
 
 
59
    * ``bzr log --show-ids`` shows the revision ids of all parents.
 
60
 
 
61
    * Externally provided commands on your $BZRPATH no longer need
 
62
      to recognize --bzr-usage to work properly, and can just handle
 
63
      --help themselves.
 
64
 
 
65
 
 
66
  LIBRARY:
 
67
 
 
68
    * Changed trace messages to go through the standard logging
 
69
      framework, so that they can more easily be redirected by
 
70
      libraries.
 
71
 
 
72
 
14
73
 
15
74
bzr-0.0.6 2005-08-18
16
75
 
39
98
      specified by putting it into .bzr/email within a branch.  (Based
40
99
      on a patch from Heikki Paajanen.)
41
100
 
42
 
    
 
101
 
43
102
  ENHANCEMENTS:
44
103
 
45
104
    * Faster working tree operations.