From: Ned Ludd Date: Sat, 1 Jul 2006 15:18:38 +0000 (-0000) Subject: - multi-package emerge now prints the sequence highlighting count and cpv to visually... X-Git-Tag: v2.1.1~309 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a727207ba2371c5a88aa99c5ded300068fff61e0;p=portage.git - multi-package emerge now prints the sequence highlighting count and cpv to visually stand out in wondercolors... svn path=/main/trunk/; revision=3742 --- diff --git a/bin/emerge b/bin/emerge index 818b393a3..4965d5f76 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1792,7 +1792,7 @@ class depgraph: pkgindex=3 y = self.portdb.findname(x[pkgindex]) if "--pretend" not in self.myopts: - print ">>> Emerging ("+str(mergecount)+" of "+str(len(mymergelist))+")",x[pkgindex],"to",x[1] + print "\n>>> Emerging ("+yellow(str(mergecount))+" of "+yellow(str(len(mymergelist)))+")",green(x[pkgindex]),"to",x[1] emergelog(xterm_titles, " >>> emerge ("+\ str(mergecount)+" of "+str(len(mymergelist))+\ ") "+x[pkgindex]+" to "+x[1])