~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from 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)
 
68
 
 
69
    * Improve output of 'info' command. Show all relevant locations related to
 
70
      working tree, branch and repository. Use kibibytes for binary quantities.
 
71
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
 
72
      work on branches, repositories and remote locations.  (Olaf Conradi)
 
73
 
 
74
    * 'pull' and 'push' now normalise the revision history, so that any two
 
75
      branches with the same tip revision will have the same output from 'log'.
 
76
      (Robert Collins)
 
77
 
 
78
    * 'merge' accepts --remember option to store parent location, like 'push'
 
79
      and 'pull'. (Olaf Conradi)
69
80
 
70
81
  CHANGES:
71
82
 
76
87
 
77
88
    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)
78
89
 
 
90
    * Make 'pull' and 'push' remember location on failure using --remember.
 
91
      (Olaf Conradi)
 
92
 
79
93
  INTERNALS:
80
94
  
81
95
    * The internal storage of history, and logical branch identity have now
114
128
    * Progress bars are now nested - see
115
129
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
116
130
 
 
131
    * New API call get_format_description() for each type of format.
 
132
      (Olaf Conradi)
 
133
 
 
134
    * Changed branch.set_parent() to accept None to remove parent.
 
135
      (Olaf Conradi)
 
136
 
 
137
    * Deprecated BzrError AmbiguousBase.  (Olaf Conradi)
 
138
 
117
139
  TESTING:
118
140
 
119
141
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
130
152
      by this class (when its not being used as part of implementation
131
153
      contract testing). (Robert Collins)
132
154
 
 
155
    * Close logging handler on disabling the test log. This will remove the
 
156
      handler from the internal list inside python's logging module,
 
157
      preventing shutdown from closing it twice.  (Olaf Conradi)
 
158
 
 
159
    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)
133
160
 
134
161
bzr 0.7rc1 2006-01-09
135
162