~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Give a clear error when we fail to open ~/.bzr.log,
        instead of 'no handlers for "bzr"' (#503886).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
* Give a clearer message if the lockdir disappears after being apparently
39
39
  successfully taken.  (Martin Pool, #498378)
40
40
 
 
41
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
 
42
  than using ``warning()``. The log file is opened before logging is set
 
43
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
 
44
  users, rather than something nicer.
 
45
  (John Arbash Meinel, Barry Warsaw, #503886)
 
46
 
41
47
* The 2a format wasn't properly restarting autopacks when something
42
48
  changed underneath it (like another autopack). Now concurrent
43
49
  autopackers will properly succeed. (John Arbash Meinel, #495000)