[yum-commits] Branch 'yum-3_2_X' - output.py

seth vidal skvidal at fedoraproject.org
Wed Jun 30 14:12:32 UTC 2010


On Wed, 2010-06-30 at 14:04 +0000, James Antill wrote:
> output.py |   23 +++++++++++++++++------
>  1 file changed, 17 insertions(+), 6 deletions(-)
> 
> New commits:
> commit dc4c3674848f38d7c125f16f3b3f3fcbf42a1054
> Author: James Antill <james at and.org>
> Date:   Wed Jun 30 09:59:14 2010 -0400
> 
>     Fix history addon-info, show latest transaction info when no arg. add _().


NACK

This is not a fix - it in fact makes things more confusing to the user.
I'm also not keen on this being patched without being ACK'd.


When I was writing this I thought about how it would be used - you'd
run:
yum history info  first and get the tid.
Then you'd specify the tid and get the list of addon info names
then you'd specify the tid + name to get the ones you want.

making no tid = last is going to be confusing for the user in this case

in the rest of the history subcommands you're only ever specifying a way
to speak about a transaction or set of transactions - this is requesting
DIFFERENT types of information.


-sv




More information about the Yum-commits mailing list