~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-06-04 00:51:54 UTC
  • mfrom: (2504 +trunk)
  • mto: (2507.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2505.
  • Revision ID: robertc@robertcollins.net-20070604005154-yvx2q8jnwiprw6du
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  INTERNALS:
 
4
    * Rework of LogFormatter API to provide beginning/end of log hooks and to
 
5
      encapsulate the details of the revision to be logged in a LogRevision
 
6
      object.
 
7
      In long log formats, merge revision ids are only shown when --show-ids
 
8
      is specified, and are labelled "revision-id:", as per mainline
 
9
      revisions, instead of "merged:". (Kent Gibson)
 
10
 
 
11
    * New ``BranchBuilder`` API which allows the construction of particular
 
12
      histories quickly. Useful for testing and potentially other applications
 
13
      too. (Robert Collins)
 
14
 
 
15
  IMPROVEMENTS:
 
16
  
 
17
    * There are two new help topics, working-trees and repositories that
 
18
      attempt to explain these concepts. (James Westby, John Arbash Meinel,
 
19
      Aaron Bentley)
 
20
 
 
21
    * Added ``bzr log --limit`` to report a limited number of revisions.
 
22
      (Kent Gibson, #3659)
 
23
 
 
24
    * Revert does not try to preserve file contents that were originally
 
25
      produced by reverting to a historical revision.  (Aaron Bentley)
 
26
 
 
27
    * ``bzr log --short`` now includes ``[merge]`` for revisions which
 
28
      have more than one parent. This is a small improvement to help
 
29
      understanding what changes have occurred
 
30
      (John Arbash Meinel, #83887)
 
31
 
3
32
  BUGFIXES:
4
33
 
5
34
    * ``bzr push`` should only connect to the remote location one time.
8
37
      that we can pass in the Transport that we already have.
9
38
      (John Arbash Meinel, #75721)
10
39
 
 
40
    * Let TestUIFactoy encode the password prompt with its own stdout.
 
41
      (Vincent Ladeuil, #110204)
 
42
 
 
43
    * pycurl should take use the range header that takes the range hint
 
44
      into account.
 
45
      (Vincent Ladeuil, #112719)
 
46
 
 
47
    * WorkingTree4.get_file_sha1 no longer raises an exception when invoked
 
48
      on a missing file.  (Aaron Bentley, #118186)
11
49
 
12
50
bzr 0.16  2007-05-07
13
51
  
32
70
      the root of the source tree and allows HACKING to be split into multiple
33
71
      files. (Robert Collins, Alexander Belchenko)
34
72
 
 
73
    * Clean up the ``WorkingTree4._iter_changes()`` internal loops as well as
 
74
      ``DirState.update_entry()``. This optimizes the core logic for ``bzr
 
75
      diff`` and ``bzr status`` significantly improving the speed of
 
76
      both. (John Arbash Meinel)
 
77
 
35
78
bzr 0.16rc2  2007-04-30
36
79
 
37
80
  BUGFIXES: