[equo] fix "equo query revisions" information output (set clientSearch=True)

This commit is contained in:
Fabio Erculiani
2010-03-05 15:25:35 +01:00
parent ffd90f21c7
commit bb9c02a7c8
+2 -1
View File
@@ -1369,7 +1369,8 @@ def search_rev_packages(revisions, Equo = None):
found = True
for idpackage in results:
print_package_info(idpackage, dbconn, Equo = Equo,
extended = etpUi['verbose'], strictOutput = etpUi['quiet'])
extended = etpUi['verbose'], strictOutput = etpUi['quiet'],
clientSearch = True)
if not etpUi['quiet']:
print_info(blue(" %s: " % (_("Keyword"),)) + \