[yum-cvs] yum output.py,1.49,1.50
Seth Vidal
skvidal at login.linux.duke.edu
Fri Mar 4 08:39:47 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv17240
Modified Files:
output.py
Log Message:
- clean up some misc items in the depsolver
- remove two completely redundant if statements
- add dep relationship information for erasure deps to txmbr
- fix printing of removal deps in transaction listing
Index: output.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/output.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- output.py 2 Mar 2005 22:18:43 -0000 1.49
+++ output.py 4 Mar 2005 08:39:45 -0000 1.50
@@ -355,7 +355,7 @@
for txmbr in pkglist:
(n,a,e,v,r) = txmbr.pkgtup
msg = " %s: %s.%s %s:%s-%s\n" % (action, n,a,e,v,r)
- userout = userout + msg
+ depout = depout + msg
for txmbr in obsoleted:
(n,a,e,v,r) = txmbr.pkgtup
More information about the Yum-cvs-commits
mailing list