From 3e1a3714ffac895c6025c632b214b6d964bd5520 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sat, 16 Jan 2010 01:08:45 +0000 Subject: [PATCH] error query [Imported from Trac: page ViewTickets, version 70] --- ViewTickets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ViewTickets.md b/ViewTickets.md index 3f90dbf..61b0075 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -90,6 +90,7 @@ Combined queries: * [leases]query:status!=closed&keywords~=leases ([count)](TicketQuery)(status!=closed&keywords~=leases,): related to leases or garbage collection * [accounting]query:status!=closed&keywords~=accounting ([count)](TicketQuery)(status!=closed&keywords~=accounting,): related to storage accounting * [logging]query:status!=closed&keywords~=logging ([count)](TicketQuery)(status!=closed&keywords~=logging,): related to logging + * [error]query:status!=closed&keywords~=error ([count)](TicketQuery)(status!=closed&keywords~=error,): related to error reporting (to end-users) * [statistics]query:status!=closed&keywords~=statistics ([count)](TicketQuery)(status!=closed&keywords~=statistics,): related to usage statistics * [cp]query:status!=closed&keywords~=cp ([count)](TicketQuery)(status!=closed&keywords~=cp,): `tahoe cp` command * [tahoe-ls]query:status!=closed&keywords~=tahoe-ls ([count)](TicketQuery)(status!=closed&keywords~=tahoe-ls,): `tahoe ls` command