~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-03 22:01:07 UTC
  • mfrom: (1692.4.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060503220107-7606072537025d30
Merge in push-without-working-tree, knit-sftp-speed, reconcile-fixes-revision-graph-cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    * New option 'diff --diff-prefix' to control how files are named in diff
102
102
      output.  (Alexander Belchenko, Goffredo Baroncelli)
103
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
 
104
108
  CHANGES:
105
109
 
106
110
    * Commit is now verbose by default, and shows changed filenames and the 
166
170
      useful for testing or for overriding the bzrlib.progress heuristic.
167
171
      (Robert Collins)
168
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
 
169
177
  TESTING:
170
178
 
171
179
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead