================================================================================ * Items assigned to rwatson that arrived in the last week: %QUERY-PR -r rwatson --arrived-after='7 days ago' ================================================================================ * Items assigned to rwatson that were modified in the last month: %QUERY-PR -r rwatson --modified-after='30 days ago' ================================================================================ * Items tagged '[tcp]' that were modified in the last month: %QUERY-PR --tag tcp --modified-after='30 days ago' ================================================================================ * All items assigned to rwatson, by state: open: %QUERY-PR -r rwatson --state='open' analyzed: %QUERY-PR -r rwatson --state='analyzed' feedback: %QUERY-PR -r rwatson --state='feedback' patched: %QUERY-PR -r rwatson --state='patched' repocopy: %QUERY-PR -r rwatson --state='repocopy' suspended: %QUERY-PR -r rwatson --state='suspended' ================================================================================ * All items tagged '[mac]': %QUERY-PR --tag mac ================================================================================ * All items tagged '[netinet]': %QUERY-PR --tag netinet ================================================================================ * All items tagged '[tcp]': %QUERY-PR --tag tcp ================================================================================ * All items assigned to freebsd-net: %QUERY-PR -r freebsd-net