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:
> > +
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
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
> +
---
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
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