~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-13 23:16:57 UTC
  • mfrom: (1662.1.1 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060413231657-bce3d67d3e7a4f2b
(mbp/olaf) push/pull/merge --remember improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
      branches with the same tip revision will have the same output from 'log'.
77
77
      (Robert Collins)
78
78
 
 
79
    * 'merge' accepts --remember option to store parent location, like 'push'
 
80
      and 'pull'. (Olaf Conradi)
 
81
 
79
82
  CHANGES:
80
83
 
81
84
    * Commit is now verbose by default, and shows changed filenames and the 
85
88
 
86
89
    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)
87
90
 
 
91
    * Make 'pull' and 'push' remember location on failure using --remember.
 
92
      (Olaf Conradi)
 
93
 
88
94
  INTERNALS:
89
95
  
90
96
    * The internal storage of history, and logical branch identity have now
126
132
    * New API call get_format_description() for each type of format.
127
133
      (Olaf Conradi)
128
134
 
 
135
    * Changed branch.set_parent() to accept None to remove parent.
 
136
      (Olaf Conradi)
 
137
 
 
138
    * Deprecated BzrError AmbiguousBase.  (Olaf Conradi)
 
139
 
129
140
  TESTING:
130
141
 
131
142
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
146
157
      handler from the internal list inside python's logging module,
147
158
      preventing shutdown from closing it twice.  (Olaf Conradi)
148
159
 
 
160
    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)
149
161
 
150
162
bzr 0.7rc1 2006-01-09
151
163