On Sat, 2011-06-04 at 15:59 -0700, Casey Jao wrote: > --- > yum/__init__.py | 66 > ++++++++++++++++++++++++++++++++++++++++++++++++++---- > 1 files changed, 61 insertions(+), 5 deletions(-) > > diff --git a/yum/__init__.py b/yum/__init__.py > index 77c4d00..ab2bb9d 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.py > @@ -5363,6 +5363,11 @@ class YumBase(depsolve.Depsolve): > found_leaves = set() > checked = set() > beingremoved = [ t.po for t in > self.tsInfo.getMembersWithState(output_states=TS_REMOVE_STATES) ] > + # cache previously examined packages
It looks like your email client has done some text wrapping here, and "git am" can't parse the patch. Can you use "git send-email" to directly post the patches? _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
