~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: aaron.bentley at utoronto
  • Date: 2005-09-04 03:32:17 UTC
  • mfrom: (974.1.52)
  • mto: (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: aaron.bentley@utoronto.ca-20050904033217-821a797652305c14
Disabled urlgrabber

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
    * Fix case of $EDITOR containing options for the editor.
 
28
 
 
29
 
 
30
  CHANGES:
 
31
 
 
32
    * ``bzr log --show-ids`` shows the revision ids of all parents.
 
33
 
 
34
 
 
35
  LIBRARY:
 
36
 
 
37
    * Changed trace messages to go through the standard logging
 
38
      framework, so that they can more easily be redirected by
 
39
      libraries.
 
40
 
 
41
 
 
42
 
 
43
bzr-0.0.6 2005-08-18
2
44
 
3
45
  NEW FEATURES:
4
46
 
21
63
    * ``bzr missing`` command shows a summary of the differences
22
64
      between two trees.  (Merged from John Arbash-Meinel.)
23
65
 
24
 
    
 
66
    * An email address for commits to a particular tree can be
 
67
      specified by putting it into .bzr/email within a branch.  (Based
 
68
      on a patch from Heikki Paajanen.)
 
69
 
 
70
 
25
71
  ENHANCEMENTS:
26
72
 
27
73
    * Faster working tree operations.
29
75
 
30
76
  CHANGES:
31
77
 
 
78
    * 3rd-party modules shipped with bzr are copied within the bzrlib
 
79
      python package, so that they can be installed by the setup
 
80
      script without clashing with anything already existing on the
 
81
      system.  (Contributed by Gustavo Niemeyer.)
 
82
 
 
83
    * Moved plugins directory to bzrlib/, so that there's a standard
 
84
      plugin directory which is not only installed with bzr itself but
 
85
      is also available when using bzr from the development tree.
 
86
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
 
87
      standard plugins directory.
 
88
 
32
89
    * When exporting to a tarball with ``bzr export --format tgz``, put 
33
90
      everything under a top directory rather than dumping it into the
34
91
      current directory.   This can be overridden with the ``--root``