Re: [Yum-devel] [yum-utils] package-graph

2011-01-21 Thread James Antill
On Fri, 2011-01-21 at 17:33 +0100, Pierre-Yves wrote: > On Fri, 2011-01-21 at 09:36 -0500, James Antill wrote: > > > > ...so we don't have the indentation change? > > I tried to fix this. Looks good. > > 2. There are three places where this happens: > > > > +if dot is None: > > +

Re: [Yum-devel] [PATCH] Show the "first" baseurl in repolist -v (and the number of other urls).

2011-01-21 Thread tim.laurid...@gmail.com
On Fri, Jan 21, 2011 at 5:25 PM, James Antill wrote: > --- > yumcommands.py |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/yumcommands.py b/yumcommands.py > index ecce347..45cd209 100644 > --- a/yumcommands.py > +++ b/yumcommands.py > @@ -972,6 +972,12 @@ clas

Re: [Yum-devel] [yum-utils] package-graph

2011-01-21 Thread Pierre-Yves
On Fri, 2011-01-21 at 09:36 -0500, James Antill wrote: > > ...so we don't have the indentation change? I tried to fix this. > > 2. There are three places where this happens: > > +if dot is None: > +self._tree_print_req(pkg, req, level) > +lim = level > +

[Yum-devel] [PATCH] Show the "first" baseurl in repolist -v (and the number of other urls).

2011-01-21 Thread James Antill
--- yumcommands.py |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/yumcommands.py b/yumcommands.py index ecce347..45cd209 100644 --- a/yumcommands.py +++ b/yumcommands.py @@ -972,6 +972,12 @@ class RepoListCommand(YumCommand): elif repo.mirrorlist

Re: [Yum-devel] [yum-utils] package-graph

2011-01-21 Thread James Antill
On Thu, 2011-01-20 at 22:45 +0100, Pierre-Yves wrote: > On Mon, 2011-01-17 at 09:25 -0500, James Antill wrote: > > > > 1. default_header should be inside the DotPlot class. > > > > 2. The big == 'ascii-tree' tests should be merged a lot more, as most > > of the code is the same. Just using dot=No