~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-04-19 01:23:36 UTC
  • mfrom: (1669 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1673.
  • Revision ID: aaron.bentley@utoronto.ca-20060419012336-a74d3d2ea435d15f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development version
2
 
 
 
1
bzr 0.8rc1  2006-04-14
3
2
 
4
3
  IMPROVEMENTS:
5
4
 
65
64
    * New developer commands 'weave-list' and 'weave-join'.  (Martin Pool)
66
65
 
67
66
    * New 'init-repository' command, plus support for repositories in 'init'
68
 
      and 'branch' (Aaron Bentley, Erik Bågfors)
 
67
      and 'branch' (Aaron Bentley, Erik Bågfors, Robert Collins)
69
68
 
70
69
    * Improve output of 'info' command. Show all relevant locations related to
71
70
      working tree, branch and repository. Use kibibytes for binary quantities.
74
73
 
75
74
    * Diff and merge now safely handle binary files. (Aaron Bentley)
76
75
 
 
76
    * 'pull' and 'push' now normalise the revision history, so that any two
 
77
      branches with the same tip revision will have the same output from 'log'.
 
78
      (Robert Collins)
 
79
 
 
80
    * 'merge' accepts --remember option to store parent location, like 'push'
 
81
      and 'pull'. (Olaf Conradi)
 
82
 
77
83
  CHANGES:
78
84
 
79
85
    * Commit is now verbose by default, and shows changed filenames and the 
83
89
 
84
90
    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)
85
91
 
 
92
    * Make 'pull' and 'push' remember location on failure using --remember.
 
93
      (Olaf Conradi)
 
94
 
86
95
  INTERNALS:
87
96
  
88
97
    * The internal storage of history, and logical branch identity have now
124
133
    * New API call get_format_description() for each type of format.
125
134
      (Olaf Conradi)
126
135
 
 
136
    * Changed branch.set_parent() to accept None to remove parent.
 
137
      (Olaf Conradi)
 
138
 
 
139
    * Deprecated BzrError AmbiguousBase.  (Olaf Conradi)
 
140
 
127
141
  TESTING:
128
142
 
129
143
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
140
154
      by this class (when its not being used as part of implementation
141
155
      contract testing). (Robert Collins)
142
156
 
 
157
    * Close logging handler on disabling the test log. This will remove the
 
158
      handler from the internal list inside python's logging module,
 
159
      preventing shutdown from closing it twice.  (Olaf Conradi)
 
160
 
 
161
    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)
143
162
 
144
163
bzr 0.7rc1 2006-01-09
145
164