[Yum-devel] [PATCH 1/2] Don't chop names when they are from different transactions.

seth vidal skvidal at fedoraproject.org
Fri Sep 10 13:04:18 UTC 2010


On Thu, 2010-09-09 at 17:19 -0400, James Antill wrote:
> ---
>  output.py |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/output.py b/output.py
> index 2287b90..ec4bd45 100755
> --- a/output.py
> +++ b/output.py
> @@ -1813,8 +1813,9 @@ to exit.
>                       utf8_width_fill(_("Package"), 53, 53))
>          print "-" * 79
>          fmt = "%6u | %s | %-50s"
> -        last = None
>          for old in self.history.old(tids):
> +            last = None
> +
>              # Copy and paste from list ... uh.
>              rmark = lmark = ' '
>              if old.return_code is None:

ACK
-sv




More information about the Yum-devel mailing list