sys.stdout.write(str(repo_display))
if "--changelog" in self._frozen_config.myopts:
- print
+ writemsg_stdout('\n', noiselevel=-1)
for revision,text in changelogs:
- writemsg_stdout(bold('*'+revision) + '\n' + text)
+ writemsg_stdout(bold('*'+revision) + '\n' + text,
+ noiselevel=-1)
sys.stdout.flush()
return os.EX_OK
print "- "+cpv+" (masked by: "+", ".join(mreasons)+")"
if comment and comment not in shown_comments:
- writemsg_stdout(filename + ":\n" + comment + "\n")
+ writemsg_stdout(filename + ":\n" + comment + "\n",
+ noiselevel=-1)
shown_comments.add(comment)
portdb = root_config.trees["porttree"].dbapi
for l in missing_licenses: