~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-05-04 10:33:56 UTC
  • mto: (2485.8.14 reuse.transports)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070504103356-c371vuio9ldhnaw8
Cosmetic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
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
 
  IMPROVEMENTS:
12
 
  
13
 
    * There are two new help topics, working-trees and repositories that
14
 
      attempt to explain these concepts. (James Westby, John Arbash Meinel,
15
 
      Aaron Bentley)
16
 
 
17
 
    * Added ``bzr log --limit`` to report a limited number of revisions.
18
 
      (Kent Gibson, #3659)
19
 
 
20
 
    * Get rid of FTP connection cache.
21
 
     (Vincent Ladeuil)
22
 
 
23
 
  BUGFIXES:
24
 
 
25
 
    * ``bzr push`` should only connect to the remote location one time.
26
 
      We have been connecting 3 times because we forget to pass around
27
 
      the Transport object. This adds ``BzrDir.clone_on_transport()``, so
28
 
      that we can pass in the Transport that we already have.
29
 
      (John Arbash Meinel, #75721)
30
 
 
31
 
    * Let TestUIFactoy encode the password prompt with its own stdout.
32
 
      (Vincent Ladeuil, #110204)
33
 
 
34
 
 
35
 
bzr 0.16  2007-05-07
36
2
  
37
3
  BUGFIXES:
38
4
 
46
12
      Previously we would report the first file as missing, but not show
47
13
      the new unknown file. (John Arbash Meinel, #111288)
48
14
 
49
 
    * Avoid error when running hooks after pulling into or pushing from
50
 
      a branch bound to a smartserver branch.  (Martin Pool, #111968)
51
 
 
52
 
  IMPROVEMENTS:
53
 
 
54
 
    * Move developer documentation to doc/developers/. This reduces clutter in
55
 
      the root of the source tree and allows HACKING to be split into multiple
56
 
      files. (Robert Collins, Alexander Belchenko)
 
15
    * ``bzr push`` should only connect to the remote location one time.
 
16
      We have been connecting 3 times because we forget to pass around
 
17
      the Transport object. This adds ``BzrDir.clone_on_transport()``, so
 
18
      that we can pass in the Transport that we already have.
 
19
      (John Arbash Meinel, #75721)
57
20
 
58
21
    * ``bzr init`` should only connect to the remote location one time.
59
22
      We have been connecting several times because we forget to pass