~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-08-26 16:58:52 UTC
  • mto: (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: abentley@panoramicfeedback.com-20050826165852-470d0fd6768a17ab
TEST NEEDED: fixed fetch when same revision is added twice to new_missing

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
  BUG FIXES:
12
 
 
13
 
    * ``bzr upgrade`` no longer fails when trying to fix trees that
14
 
      mention revisions that are not present.
15
 
 
16
 
 
17
 
  CHANGES:
18
 
 
19
 
    * ``bzr log --show-ids`` shows the revision ids of all parents.
20
 
 
21
 
 
22
 
  LIBRARY:
23
 
 
24
 
    * Changed trace messages to go through the standard logging
25
 
      framework, so that they can more easily be redirected by
26
 
      libraries.
27
 
 
28
 
 
29
 
 
30
 
bzr-0.0.6 2005-08-18
 
1
DEVELOPMENT HEAD
31
2
 
32
3
  NEW FEATURES:
33
4
 
50
21
    * ``bzr missing`` command shows a summary of the differences
51
22
      between two trees.  (Merged from John Arbash-Meinel.)
52
23
 
53
 
    * An email address for commits to a particular tree can be
54
 
      specified by putting it into .bzr/email within a branch.  (Based
55
 
      on a patch from Heikki Paajanen.)
56
 
 
57
 
 
 
24
    
58
25
  ENHANCEMENTS:
59
26
 
60
27
    * Faster working tree operations.