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

2010-09-09 Thread James Antill
--- 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

[Yum-devel] [PATCH 2/2] Compare repoid nicely in po.__eq__ as well as po.__cmp__.

2010-09-09 Thread James Antill
--- yum/packages.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yum/packages.py b/yum/packages.py index b5a7d40..e83c0d5 100644 --- a/yum/packages.py +++ b/yum/packages.py @@ -290,8 +290,9 @@ class PackageObject(object): return False if self.p

Re: [Yum-devel] [PATCH 2/3] Add history package-list command, to show history view from the pkg POV.

2010-09-09 Thread seth vidal
On Thu, 2010-09-09 at 15:20 -0400, James Antill wrote: > --- > output.py | 109 > > yumcommands.py |7 +++- > 2 files changed, 99 insertions(+), 17 deletions(-) > ACK -sv > diff --git a/output.py b/output.py > index 1b6bc70..

Re: [Yum-devel] [PATCH 3/3] Add some minor aliases for history sub-commands.

2010-09-09 Thread seth vidal
On Thu, 2010-09-09 at 15:20 -0400, James Antill wrote: > --- > yumcommands.py |9 ++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/yumcommands.py b/yumcommands.py > index 351e6b4..b815780 100644 > --- a/yumcommands.py > +++ b/yumcommands.py > @@ -1359,7 +1359,9 @@

Re: [Yum-devel] [PATCH 1/3] Show addon-info in the history summary text.

2010-09-09 Thread seth vidal
On Thu, 2010-09-09 at 15:20 -0400, James Antill wrote: > --- > yumcommands.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/yumcommands.py b/yumcommands.py > index 5498322..b3935f6 100644 > --- a/yumcommands.py > +++ b/yumcommands.py > @@ -1329,7 +1329,7 @@ class

Re: [Yum-devel] [PATCH] Add "addon" history information for "yum shell", currently triggers non-def.

2010-09-09 Thread seth vidal
On Thu, 2010-09-09 at 14:42 -0400, James Antill wrote: > --- > cli.py | 20 > shell.py| 12 > yum/__init__.py |2 ++ > 3 files changed, 34 insertions(+), 0 deletions(-) > > diff --git a/cli.py b/cli.py > index 3e837ae..0accd35 100644 > --

Re: [Yum-devel] [PATCH] Handle generated .sqlite files, for .xml MD which has unique filenames. BZ 628963

2010-09-09 Thread seth vidal
On Thu, 2010-09-09 at 16:04 -0400, James Antill wrote: > --- > yum/yumRepo.py | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/yum/yumRepo.py b/yum/yumRepo.py > index 37b4b3d..b501d61 100644 > --- a/yum/yumRepo.py > +++ b/yum/yumRepo.py > @@ -1314,6 +1314,16

[Yum-devel] [PATCH] Handle generated .sqlite files, for .xml MD which has unique filenames. BZ 628963

2010-09-09 Thread James Antill
--- yum/yumRepo.py | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/yum/yumRepo.py b/yum/yumRepo.py index 37b4b3d..b501d61 100644 --- a/yum/yumRepo.py +++ b/yum/yumRepo.py @@ -1314,6 +1314,16 @@ class YumRepository(Repository, config.RepoConf):

[Yum-devel] [PATCH 2/3] Add history package-list command, to show history view from the pkg POV.

2010-09-09 Thread James Antill
--- output.py | 109 yumcommands.py |7 +++- 2 files changed, 99 insertions(+), 17 deletions(-) diff --git a/output.py b/output.py index 1b6bc70..2287b90 100755 --- a/output.py +++ b/output.py @@ -1378,7 +1378,7 @@ to exit.

[Yum-devel] [PATCH 1/3] Show addon-info in the history summary text.

2010-09-09 Thread James Antill
--- yumcommands.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yumcommands.py b/yumcommands.py index 5498322..b3935f6 100644 --- a/yumcommands.py +++ b/yumcommands.py @@ -1329,7 +1329,7 @@ class HistoryCommand(YumCommand): return ['history'] def getUsa

[Yum-devel] [PATCH 3/3] Add some minor aliases for history sub-commands.

2010-09-09 Thread James Antill
--- yumcommands.py |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/yumcommands.py b/yumcommands.py index 351e6b4..b815780 100644 --- a/yumcommands.py +++ b/yumcommands.py @@ -1359,7 +1359,9 @@ class HistoryCommand(YumCommand): def doCheck(self, base, basecmd

[Yum-devel] [PATCH] Add "addon" history information for "yum shell", currently triggers non-def.

2010-09-09 Thread James Antill
--- cli.py | 20 shell.py| 12 yum/__init__.py |2 ++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/cli.py b/cli.py index 3e837ae..0accd35 100644 --- a/cli.py +++ b/cli.py @@ -327,14 +327,34 @@ class YumBaseCli(yum.YumBas