~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-01-15 07:00:49 UTC
  • mfrom: (4634.119.8 2.0)
  • mto: This revision was merged to the branch mainline in revision 4966.
  • Revision ID: mbp@sourcefrog.net-20100115070049-0cb4bi4lsrul2szs
Merge warning about cross-format fetch from 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
* Give a clearer message if the lockdir disappears after being apparently
235
235
  successfully taken.  (Martin Pool, #498378)
236
236
 
237
 
* Give a warning when fetching between local repositories with
 
237
* Give a warning when fetching between repositories (local or remote) with
238
238
  sufficiently different formats that the content will need to be
239
 
  serialized (ie ``InterDifferingSerializer``) so the user has a clue that
240
 
  upgrading could make it faster.
 
239
  serialized (ie ``InterDifferingSerializer`` or ``inventory-deltas``), so
 
240
  the user has a clue that upgrading could make it faster.
241
241
  (Martin Pool, #456077)
242
242
 
243
243
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather