~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-01 11:10:29 UTC
  • Revision ID: mbp@sourcefrog.net-20050901111029-9da1a6e79e79027f
- fix up the status display in the bottom of the commit message template

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEVELOPMENT HEAD
 
1
bzr development head
 
2
 
 
3
  NEW FEATURES:
 
4
 
 
5
    * ``bzr shell-complete`` command contributed by Clint Adams to
 
6
      help with intelligent shell completion.
 
7
 
 
8
    * New expert command ``bzr find-merge-base`` for debugging merges.
 
9
 
 
10
 
 
11
  ENHANCEMENTS:
 
12
 
 
13
    * Much better merge support.
 
14
 
 
15
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
16
      (seven characters) which is the same as CVS and pleases things
 
17
      like emacs smerge.
 
18
 
 
19
 
 
20
  BUG FIXES:
 
21
 
 
22
    * ``bzr upgrade`` no longer fails when trying to fix trees that
 
23
      mention revisions that are not present.
 
24
 
 
25
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
26
 
 
27
 
 
28
  CHANGES:
 
29
 
 
30
    * ``bzr log --show-ids`` shows the revision ids of all parents.
 
31
 
 
32
 
 
33
  LIBRARY:
 
34
 
 
35
    * Changed trace messages to go through the standard logging
 
36
      framework, so that they can more easily be redirected by
 
37
      libraries.
 
38
 
 
39
 
 
40
 
 
41
bzr-0.0.6 2005-08-18
2
42
 
3
43
  NEW FEATURES:
4
44
 
21
61
    * ``bzr missing`` command shows a summary of the differences
22
62
      between two trees.  (Merged from John Arbash-Meinel.)
23
63
 
24
 
    
 
64
    * An email address for commits to a particular tree can be
 
65
      specified by putting it into .bzr/email within a branch.  (Based
 
66
      on a patch from Heikki Paajanen.)
 
67
 
 
68
 
25
69
  ENHANCEMENTS:
26
70
 
27
71
    * Faster working tree operations.
29
73
 
30
74
  CHANGES:
31
75
 
 
76
    * 3rd-party modules shipped with bzr are copied within the bzrlib
 
77
      python package, so that they can be installed by the setup
 
78
      script without clashing with anything already existing on the
 
79
      system.  (Contributed by Gustavo Niemeyer.)
 
80
 
 
81
    * Moved plugins directory to bzrlib/, so that there's a standard
 
82
      plugin directory which is not only installed with bzr itself but
 
83
      is also available when using bzr from the development tree.
 
84
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
 
85
      standard plugins directory.
 
86
 
32
87
    * When exporting to a tarball with ``bzr export --format tgz``, put 
33
88
      everything under a top directory rather than dumping it into the
34
89
      current directory.   This can be overridden with the ``--root``