~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Fix #87179 by using the short status format when the short format is used for log.

* bzrlib/tests/blackbox/test_log.py:
(TestLog.test_log_short_verbose): Test that we use the right
status format.

* bzrlib/log.py:
(ShortLogFormatter.log_revision): Set short_status to True.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.
21
21
      (Andrew Bennetts, #303206)
22
22
 
 
23
    * Use the short status format when the short format is used for log.
 
24
      (Vincent Ladeuil, #87179)
 
25
 
23
26
  DOCUMENTATION:
24
27
 
25
28
  API CHANGES: