~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) warning on local cross-format fetches

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* Give a clearer message if the lockdir disappears after being apparently
42
42
  successfully taken.  (Martin Pool, #498378)
43
43
 
 
44
* Give a warning when fetching between local repositories with
 
45
  sufficiently different formats that the content will need to be
 
46
  serialized (ie ``InterDifferingSerializer``) so the user has a clue that
 
47
  upgrading could make it faster.
 
48
  (Martin Pool, #456077)
 
49
 
44
50
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
45
51
  than using ``warning()``. The log file is opened before logging is set
46
52
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for