Commit Graph

2 Commits

Author SHA1 Message Date
Augie Fackler
e97a9bbde9 tests: update test-log-exthook to pass our import checker 2017-08-22 16:58:13 -04:00
Boris Feld
83947ada0e log: add an extension hook-point in changeset_printer
Extensions sometimes wants to add other information in the default log output
format (when no templating is used).

Add an empty function named '_exthook' for easing the extension life.
Extensions will be able to wrap this function and collaborate to display
additional information.

Exthook is called after displaying troubles and just before displaying the
files, extra and description.

Add a new test file to test it and not pollute other test files.
2017-06-26 15:46:24 +02:00