Re: [PATCH 1/2] cli/show: list all filenames of a message in the formatted output

2017-02-26 Thread David Bremner
Jani Nikula writes: > Instead of just having the first filename for the message, list all > duplicate filenames of the message as a list in the formatted > outputs. This bumps the format version to 3. > > --- > > v2: fix tests, and fix bugs found by the added tests :) series

Re: [PATCH 1/2] cli/show: list all filenames of a message in the formatted output

2017-02-26 Thread Tomi Ollila
On Sat, Feb 25 2017, Jani Nikula wrote: > Instead of just having the first filename for the message, list all > duplicate filenames of the message as a list in the formatted > outputs. This bumps the format version to 3. > > --- Looks good to me. Tests pass. Tomi > > v2: fix

[PATCH 1/2] cli/show: list all filenames of a message in the formatted output

2017-02-25 Thread Jani Nikula
Instead of just having the first filename for the message, list all duplicate filenames of the message as a list in the formatted outputs. This bumps the format version to 3. --- v2: fix tests, and fix bugs found by the added tests :) I presume the UI could do fancy things with this to