~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge HEAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    * Hitting CTRL-C while doing an SFTP push will no longer cause stale locks
99
99
      to be left in the SFTP repository. (Robert Collins, Martin Pool).
100
100
 
 
101
    * New option 'diff --diff-prefix' to control how files are named in diff
 
102
      output.  (Alexander Belchenko, Goffredo Baroncelli)
 
103
 
 
104
    * If bzr shows an unexpected revision-history after pulling (perhaps due
 
105
      to a reweave) it can now be corrected by 'bzr reconcile'.
 
106
      (Robert Collins)
 
107
 
101
108
  CHANGES:
102
109
 
103
110
    * Commit is now verbose by default, and shows changed filenames and the 
163
170
      useful for testing or for overriding the bzrlib.progress heuristic.
164
171
      (Robert Collins)
165
172
 
 
173
    * Repository.reconcile now takes a thorough keyword parameter to allow
 
174
      requesting an indepth reconciliation, rather than just a data-loss 
 
175
      check. (Robert Collins)
 
176
 
166
177
    * bzrlib.ui.ui_factory protocol now supports 'get_boolean' to prompt
167
178
      the user for yes/no style input. (Robert Collins)
168
179